summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-23 00:21:05 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-23 00:21:05 +0100
commitcec9e7fd1ca71e49ea6e3e14ae3c506faa4077f4 (patch)
tree400489f0674fbde77a116bdf2fe3a81f0b7ed719
parent1ee6063f6ee43e149eda77a84f8be7f9634221bc (diff)
downloadwww-cec9e7fd1ca71e49ea6e3e14ae3c506faa4077f4.tar.gz
www-cec9e7fd1ca71e49ea6e3e14ae3c506faa4077f4.tar.bz2
www-cec9e7fd1ca71e49ea6e3e14ae3c506faa4077f4.zip
drop PYTHONPATH here, should be fixed using sys.path.insert() in site.py
-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