diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-26 10:14:00 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-26 10:14:00 +0200 |
commit | 81bb40cbc25ea2086b5a2e5f3e267a37e50d5ebd (patch) | |
tree | 923706429e3e9c8121ddb4d070c9d07a7a47c725 | |
parent | 7b5151c9a329f0a47b2cc526ac87adc11f40849f (diff) | |
download | Ishtar-81bb40cbc25ea2086b5a2e5f3e267a37e50d5ebd.tar.bz2 Ishtar-81bb40cbc25ea2086b5a2e5f3e267a37e50d5ebd.zip |
Makefile: add document_template to default fixtures
-rw-r--r-- | Makefile.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example index 8f0e2e72c..1e0545ef7 100644 --- a/Makefile.example +++ b/Makefile.example @@ -116,7 +116,7 @@ makemessages: for DIR in $(apps); do \ cd $(CURDIR)/$$DIR; \ $(PYTHON) ../$(project)/manage.py makemessages --all; \ - msgfilter -i locale/fr/LC_MESSAGES/django.po -o locale/django.pot true; \ + msgfilter -i locale/fr/LC_MESSAGES/django.po sed -e d | sed -e "s/fuzzy//g" > locale/django.pot ;\ done compilemessages: @@ -171,6 +171,7 @@ fixtures_common: fixtures_common_importers fixtures_spatialrefsystem ishtar_common.titletype \ ishtar_common.supporttype \ ishtar_common.format \ + ishtar_common.documenttemplate \ > '../ishtar_common/fixtures/initial_data-'$(default_data)'.json' fixtures_common_importers: |