summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
m---------inc0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3469dd04..1221a1b8 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ all: locale template
# Extract translateable strings from jinja2 templates.
locale/messages.pot: template/*.j2 common/*.j2 common/*.j2.inc
- PYTHONPATH=".:./inc" $(pybabel) extract -F locale/babel.map -o locale/messages.pot .
+ $(pybabel) extract -F locale/babel.map -o locale/messages.pot .
# Update translation (.po) files with new strings.
.PHONY: locale-update
diff --git a/inc b/inc
-Subproject 253ec050c9403db300a629ff3cc49d42de25207
+Subproject eb6a5c5d225a785f2510c466b7410fc5851fa03