aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-12-15 17:53:18 +0000
committerng0 <ng0@n0.is>2019-12-15 17:53:18 +0000
commit0994c3987f796e16256d10110e0ce8d35c3ded9a (patch)
tree1de557b96516576c48c94421f1fb20187de74359
parent1b6447ed01296950ee81b3ee63cdfa71097ca4bc (diff)
downloadwww-0994c3987f796e16256d10110e0ce8d35c3ded9a.tar.gz
www-0994c3987f796e16256d10110e0ce8d35c3ded9a.zip
undo last commit to PYTHONPATH. this needs to be solved differently, will look into it.
-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