summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@taler.net>2019-09-03 09:03:47 +0000
committerng0 <ng0@taler.net>2019-09-03 09:03:47 +0000
commitfb8a093eb210d2b457b69d4b9664f21aba4d50b7 (patch)
tree22c30373c1a243c1e5b7ac3762505f27411789f8
parent29970709e460143ef0e10483b56b983c9c8813df (diff)
downloadwww-fb8a093eb210d2b457b69d4b9664f21aba4d50b7.tar.gz
www-fb8a093eb210d2b457b69d4b9664f21aba4d50b7.tar.bz2
www-fb8a093eb210d2b457b69d4b9664f21aba4d50b7.zip
Apparently gmake is a bit more easy to be thrown off than NetBSD make.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c66f01e4..69e12666 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ all: locale template
cp -R team-images rendered/
# Extract translateable strings from jinja2 templates.
-locale/messages.pot: *.j2 common/*.j2 common/*.j2.inc
+locale/messages.pot: template/*.j2 common/*.j2 common/*.j2.inc
env PYTHONPATH="." $(BABEL) extract -F locale/babel.map -o locale/messages.pot .
# Update translation (.po) files with new strings.