summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-23 01:56:36 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-23 01:56:36 +0100
commitd6b7ef05a1a5aa5ff23d20697c3df1c339355831 (patch)
tree3d481264b67b703e6f7f1a530b72c078e90245c4 /Makefile
parent76486bde5f5f5f00bff8b56fc6abe6a4e2598b63 (diff)
downloadwww-d6b7ef05a1a5aa5ff23d20697c3df1c339355831.tar.gz
www-d6b7ef05a1a5aa5ff23d20697c3df1c339355831.tar.bz2
www-d6b7ef05a1a5aa5ff23d20697c3df1c339355831.zip
use mybabel.py wrapper to avoid PYTHONPATH mess
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ba56af56..881d73e6 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
- PYTHONPATH=".:./inc" $(pybabel) extract -F locale/babel.map -o locale/messages.pot .
+ $(python) inc/mybabel.py $(pybabel) extract -F locale/babel.map -o locale/messages.pot .
# Update translation (.po) files with new strings.
.PHONY: locale-update