diff options
author | ng0 <ng0@n0.is> | 2019-02-20 21:06:49 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-02-20 21:06:49 +0000 |
commit | a158519331b3014ced5017d455389af9343506fd (patch) | |
tree | 88e0de99c6c3eb69b76c58001fb9d85ca7b74d64 | |
parent | fc31f8ade896224a3806b04b6e7267757b39b487 (diff) |
fix debian error
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ all: locale template # Extract translateable strings from jinja2 templates. # Because of the local i18nfix extractor module we need # to set the pythonpath before invoking pybabel. -locale/messages.pot: *.j2 common/*.j2.inc template/*.j2 +locale/messages.pot: common/*.j2.inc template/*.j2 PYTHONPATH=. $(BABEL) -v extract -F locale/babel.map -o locale/messages.pot . # Update translation (.po) files with new strings. |