diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-26 14:39:13 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-07-26 14:39:13 +0200 |
commit | 943a35dacc9fdd0e86cf4713c441124d99fafa14 (patch) | |
tree | 8b9cef16c3dc1077b81465029b102391fa6106fa /Makefile.example | |
parent | 9a7c3c036e1ae743c7ccc00cdc4c9e8499b8578e (diff) | |
parent | 32d85d8604fbdf67644a406e265372e3bb4c8657 (diff) | |
download | Ishtar-943a35dacc9fdd0e86cf4713c441124d99fafa14.tar.bz2 Ishtar-943a35dacc9fdd0e86cf4713c441124d99fafa14.zip |
Merge branch 'master' into develop
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example index 4e3d06173..6351c397d 100644 --- a/Makefile.example +++ b/Makefile.example @@ -111,7 +111,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: @@ -159,6 +159,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: |