diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-04 13:50:04 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-04 13:50:04 +0100 |
commit | c5237a01f8e411d7af0cde75d4dd4f4d6621c544 (patch) | |
tree | 502a3d3e5e6108059bb07ca67716b4e8ef4b93be /Makefile.example | |
parent | 6b641dc34045d0c97156effe33a64c4c6eb695f2 (diff) | |
download | Ishtar-c5237a01f8e411d7af0cde75d4dd4f4d6621c544.tar.bz2 Ishtar-c5237a01f8e411d7af0cde75d4dd4f4d6621c544.zip |
Makefile: add format, title type and support type to common fixtures
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 1acb9d10a..a9aae44e8 100644 --- a/Makefile.example +++ b/Makefile.example @@ -174,6 +174,8 @@ fixtures_common: fixtures_common_importers fixtures_spatialrefsystem ishtar_common.sourcetype \ ishtar_common.operationtype \ ishtar_common.titletype \ + ishtar_common.supporttype \ + ishtar_common.format \ > '../ishtar_common/fixtures/initial_data-'$(default_data)'.json' fixtures_common_importers: |