diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-12-16 11:47:54 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:23 +0100 |
commit | ce9705bb6a5db0b81ee64cfd8d494ae2b54b3b24 (patch) | |
tree | 6c57270c51fd6952966ec636fcc1072d9bec268b /Makefile.example | |
parent | 5d1600d1d9fc5c526fbfb807577680267989cf0b (diff) | |
download | Ishtar-ce9705bb6a5db0b81ee64cfd8d494ae2b54b3b24.tar.bz2 Ishtar-ce9705bb6a5db0b81ee64cfd8d494ae2b54b3b24.zip |
Add default data
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.example b/Makefile.example index 4aeca6f21..98ac959e0 100644 --- a/Makefile.example +++ b/Makefile.example @@ -133,6 +133,8 @@ fixtures_common: fixtures_common_importers fixtures_spatialrefsystem ishtar_common.titletype \ ishtar_common.supporttype \ ishtar_common.format \ + ishtar_common.language \ + ishtar_common.documenttag \ ishtar_common.documenttemplate \ > '../ishtar_common/fixtures/initial_data-'$(default_data)'.json' |