From ba10e9b461debbecbd646189e055eacea9bb54a5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 26 Jul 2017 10:14:00 +0200 Subject: Makefile: add document_template to default fixtures --- Makefile.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.example') 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: -- cgit v1.2.3