summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-07-26 15:06:40 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-07-26 15:06:40 +0200
commitd64dcad840e2dac9438eb054d86968e7f484008b (patch)
tree1fa9e1d51f84d6c03360f9e2cb62780dae604ec6 /Makefile.example
parent66b32cdb285d504212edbf43d5d2d425d659370a (diff)
parent8801ab7b7e655d8b831e535381eeea8adc091989 (diff)
downloadIshtar-d64dcad840e2dac9438eb054d86968e7f484008b.tar.bz2
Ishtar-d64dcad840e2dac9438eb054d86968e7f484008b.zip
Merge branch 'v0.9' into wheezy
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 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: