summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2018-01-16 00:23:22 +0000
committerng0 <ng0@n0.is>2018-01-16 00:23:22 +0000
commit50c178a1f9c33b3f35f94b6a522688ed9a355734 (patch)
tree13d4227f1a6b82831db732c9d69fde3425b28b42
parent96ee7de667e64a646514af670d78544a806d46ba (diff)
still not fixed
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d8103ce8..f20e7424 100644
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,14 @@
# All: build HTML pages in all languages and compile the
# TypeScript logic in web-common.
+
+PYTHONPATH="$PYTHONPATH:$(pwd)"
+
all: locale template
# Extract translateable strings from jinga2 templates.
locale/messages.pot: *.j2 common/*.j2.inc
- env PYTHONPATH="$PYTHONPATH:." 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.
locale-update: locale/messages.pot