commit cec9e7fd1ca71e49ea6e3e14ae3c506faa4077f4
parent 1ee6063f6ee43e149eda77a84f8be7f9634221bc
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 23 Dec 2019 00:21:05 +0100
drop PYTHONPATH here, should be fixed using sys.path.insert() in site.py
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -36,7 +36,7 @@ all: locale template
# Extract translateable strings from jinja2 templates.
locale/messages.pot: template/*.j2 common/*.j2 common/*.j2.inc
- PYTHONPATH=".:./inc" $(pybabel) extract -F locale/babel.map -o locale/messages.pot .
+ $(pybabel) extract -F locale/babel.map -o locale/messages.pot .
# Update translation (.po) files with new strings.
.PHONY: locale-update