summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorng0 <ng0@taler.net>2019-12-14 16:51:01 +0000
committerng0 <ng0@taler.net>2019-12-14 16:51:01 +0000
commit587ac97fb0ad8750d840ce05a03c91d43ba74e27 (patch)
tree9d96a96bea4f145f467a978d7bd976a76b15ce56 /GNUmakefile
parent375496de12fc29466a438c0efef3be0decccb6cc (diff)
downloadwww-587ac97fb0ad8750d840ce05a03c91d43ba74e27.tar.gz
www-587ac97fb0ad8750d840ce05a03c91d43ba74e27.tar.bz2
www-587ac97fb0ad8750d840ce05a03c91d43ba74e27.zip
pythonpath
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f694f443..52d3c537 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -36,7 +36,7 @@ all: locale template
# Extract translateable strings from jinja2 templates.
locale/messages.pot: template/*.j2 common/*.j2 common/*.j2.inc
- $(env) PYTHONPATH="." $(pybabel) extract -F locale/babel.map -o locale/messages.pot .
+ $(env) PYTHONPATH=".:./inc" $(pybabel) extract -F locale/babel.map -o locale/messages.pot .
# Update translation (.po) files with new strings.
.PHONY: locale-update