aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-04 12:02:56 +0000
committerng0 <ng0@n0.is>2019-02-04 12:02:56 +0000
commitdba1dfd871ffb078bbf95d6f57c38412afb04a84 (patch)
tree0fa3643f3643f1d71f2ac4ba8cdb7bb8eb1b5674 /Makefile
parent0b631a8d0d54d56c1044e415dff53d2499553b5e (diff)
downloadwww-dba1dfd871ffb078bbf95d6f57c38412afb04a84.tar.gz
www-dba1dfd871ffb078bbf95d6f57c38412afb04a84.zip
as suggested by catonano
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c73ae50a..54c58e24 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 $(BABEL) extract -F locale/babel.map -o locale/messages.pot . 18 PYTHONPATH=$(PYTHONPATH) $(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