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 54c58e24..c73ae50a 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ all: locale template
15 15
16# Extract translateable strings from jinja2 templates. 16# Extract translateable strings from jinja2 templates.
17locale/messages.pot: *.j2 common/*.j2.inc 17locale/messages.pot: *.j2 common/*.j2.inc
18 PYTHONPATH=$(PYTHONPATH) $(BABEL) extract -F locale/babel.map -o locale/messages.pot . 18 $(BABEL) extract -F locale/babel.map -o locale/messages.pot .
19 19
20# Update translation (.po) files with new strings. 20# Update translation (.po) files with new strings.
21locale-update: locale/messages.pot 21locale-update: locale/messages.pot