commit e773fff8a353488d54b394f6926721ccd8f6ae18
parent cd7970726abcf547cc1c05d9b465c291a6dccd9f
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 29 Jul 2017 20:52:06 +0200
include common/ files when triggering rebuilds
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -6,7 +6,7 @@ all: locale template
cd web-common && tsc
# Extract translateable strings from jinga2 templates.
-locale/messages.pot: *.j2
+locale/messages.pot: *.j2 common/*.j2 common/*.j2.inc
env PYTHONPATH="." pybabel extract -F locale/babel.map -o locale/messages.pot .
# Update translation (.po) files with new strings.