aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-12-14 16:50:33 +0000
committerng0 <ng0@n0.is>2019-12-14 16:50:33 +0000
commit64408831b5829aadca844100f6460d928b5cac60 (patch)
treec5550dfc01577c293282c85ceb8e55dbc1a88ff4
parent18877b4345dc95cfb21be58862dd4b7a0b2449d0 (diff)
downloadwww-64408831b5829aadca844100f6460d928b5cac60.tar.gz
www-64408831b5829aadca844100f6460d928b5cac60.zip
pythonpath
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ffe9c281..b384d789 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=. $(pybabel) -q extract -F locale/babel.map -o locale/messages.pot . 51 $(env) PYTHONPATH=".:./inc" $(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