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
commiteb1585c1ea526d2f0979d6a91b33ed1023f4d8e0 (patch)
tree8b9cef16c3dc1077b81465029b102391fa6106fa /Makefile.example
parent073e8c59195863fcd70ca0723fd110fc2f908758 (diff)
parentcdec41e1a2af5fc2a3ab9ca8d3d4ad6fcab848c3 (diff)
downloadIshtar-eb1585c1ea526d2f0979d6a91b33ed1023f4d8e0.tar.bz2
Ishtar-eb1585c1ea526d2f0979d6a91b33ed1023f4d8e0.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: