From 587ac97fb0ad8750d840ce05a03c91d43ba74e27 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 14 Dec 2019 16:51:01 +0000 Subject: pythonpath --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') 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 -- cgit v1.2.3