summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorng0 <ng0@taler.net>2019-12-14 16:55:32 +0000
committerng0 <ng0@taler.net>2019-12-14 16:55:32 +0000
commit9524d6b3d495571907c93fae6f274b4a3e6e73c2 (patch)
tree5327a60024eaba41d5609af7f891a409434e54af /GNUmakefile
parent587ac97fb0ad8750d840ce05a03c91d43ba74e27 (diff)
downloadwww-9524d6b3d495571907c93fae6f274b4a3e6e73c2.tar.gz
www-9524d6b3d495571907c93fae6f274b4a3e6e73c2.tar.bz2
www-9524d6b3d495571907c93fae6f274b4a3e6e73c2.zip
makefile
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 52d3c537..3469dd04 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=".:./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