From 76486bde5f5f5f00bff8b56fc6abe6a4e2598b63 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 23 Dec 2019 01:21:25 +0100 Subject: removing PYTHONPATH does not help :-( --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4973952..ba56af5 100644 --- 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 -- cgit v1.2.3