summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-03-15 12:00:21 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-03-15 12:00:21 +0100
commit06f1c11699b12e221784edfd733fc61f03e9720e (patch)
treee56611bbc0be99a7f3343e4357e035965416cc99 /Makefile
parenta0a4f566a95c7c0f36e1802eb92244f58c8f2fd9 (diff)
downloadwww-06f1c11699b12e221784edfd733fc61f03e9720e.tar.gz
www-06f1c11699b12e221784edfd733fc61f03e9720e.tar.bz2
www-06f1c11699b12e221784edfd733fc61f03e9720e.zip
i18n indentation fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2f39d063..26fc16de 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ all: locale template
# Extract translateable strings from jinga2 templates.
locale/messages.pot: *.j2
- pybabel extract -F locale/babel.map -o locale/messages.pot .
+ env PYTHONPATH="." pybabel extract -F locale/babel.map -o locale/messages.pot .
# Update translation (.po) files with new strings.
locale-update: locale/messages.pot