aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b384d789..e47f3faa 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -48,7 +48,7 @@ all: locale template
48# Because of the local i18nfix extractor module we need 48# Because of the local i18nfix extractor module we need
49# to set the pythonpath before invoking pybabel. 49# to set the pythonpath before invoking pybabel.
50locale/messages.pot: common/*.j2.inc template/*.j2 50locale/messages.pot: common/*.j2.inc template/*.j2
51 $(env) PYTHONPATH=".:./inc" $(pybabel) -q extract -F locale/babel.map -o locale/messages.pot . 51 $(env) PYTHONPATH="." $(pybabel) -q extract -F locale/babel.map -o locale/messages.pot .
52 52
53# Update translation (.po) files with new strings. 53# Update translation (.po) files with new strings.
54locale-update: locale/messages.pot 54locale-update: locale/messages.pot