commit fb8a093eb210d2b457b69d4b9664f21aba4d50b7
parent 29970709e460143ef0e10483b56b983c9c8813df
Author: ng0 <ng0@taler.net>
Date: Tue, 3 Sep 2019 09:03:47 +0000
Apparently gmake is a bit more easy to be thrown off than NetBSD make.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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.