From fb8a093eb210d2b457b69d4b9664f21aba4d50b7 Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 3 Sep 2019 09:03:47 +0000 Subject: Apparently gmake is a bit more easy to be thrown off than NetBSD make. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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. -- cgit v1.2.3