summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
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
commit943a35dacc9fdd0e86cf4713c441124d99fafa14 (patch)
tree8b9cef16c3dc1077b81465029b102391fa6106fa /Makefile.example
parent9a7c3c036e1ae743c7ccc00cdc4c9e8499b8578e (diff)
parent32d85d8604fbdf67644a406e265372e3bb4c8657 (diff)
downloadIshtar-943a35dacc9fdd0e86cf4713c441124d99fafa14.tar.bz2
Ishtar-943a35dacc9fdd0e86cf4713c441124d99fafa14.zip
Merge branch 'master' into develop
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example3
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: