From 0994c3987f796e16256d10110e0ce8d35c3ded9a Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 15 Dec 2019 17:53:18 +0000 Subject: undo last commit to PYTHONPATH. this needs to be solved differently, will look into it. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index b384d789..e47f3faa 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -48,7 +48,7 @@ all: locale template # Because of the local i18nfix extractor module we need # to set the pythonpath before invoking pybabel. locale/messages.pot: common/*.j2.inc template/*.j2 - $(env) PYTHONPATH=".:./inc" $(pybabel) -q extract -F locale/babel.map -o locale/messages.pot . + $(env) PYTHONPATH="." $(pybabel) -q extract -F locale/babel.map -o locale/messages.pot . # Update translation (.po) files with new strings. locale-update: locale/messages.pot -- cgit v1.2.3