aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7e61447..d8103ce8 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ all: locale template
6 6
7# Extract translateable strings from jinga2 templates. 7# Extract translateable strings from jinga2 templates.
8locale/messages.pot: *.j2 common/*.j2.inc 8locale/messages.pot: *.j2 common/*.j2.inc
9 env PYTHONPATH="." pybabel extract -F locale/babel.map -o locale/messages.pot . 9 env PYTHONPATH="$PYTHONPATH:." pybabel extract -F locale/babel.map -o locale/messages.pot .
10 10
11# Update translation (.po) files with new strings. 11# Update translation (.po) files with new strings.
12locale-update: locale/messages.pot 12locale-update: locale/messages.pot