commit 76486bde5f5f5f00bff8b56fc6abe6a4e2598b63
parent 93bd2ed45172e3eb469f07fc0d45570f2cc0beca
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 23 Dec 2019 01:21:25 +0100
removing PYTHONPATH does not help :-(
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -39,7 +39,7 @@ all: locale template
# Extract translateable strings from jinja2 templates.
locale/messages.pot: template/*.j2 common/*.j2 common/*.j2.inc
- $(pybabel) extract -F locale/babel.map -o locale/messages.pot .
+ PYTHONPATH=".:./inc" $(pybabel) extract -F locale/babel.map -o locale/messages.pot .
# Update translation (.po) files with new strings.
.PHONY: locale-update