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 | 5c7fd417eb5dc6ef0e870fd42647ea658faf543c (patch) | |
| tree | 502a3d3e5e6108059bb07ca67716b4e8ef4b93be | |
| parent | 91772eb85da40e538fd3a1562428b565b587b52f (diff) | |
| download | Ishtar-5c7fd417eb5dc6ef0e870fd42647ea658faf543c.tar.bz2 Ishtar-5c7fd417eb5dc6ef0e870fd42647ea658faf543c.zip | |
Makefile: add format, title type and support type to common fixtures
| -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: | 
