summaryrefslogtreecommitdiff
path: root/talerbackoffice/backoffice/templates/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'talerbackoffice/backoffice/templates/Makefile')
-rw-r--r--talerbackoffice/backoffice/templates/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/talerbackoffice/backoffice/templates/Makefile b/talerbackoffice/backoffice/templates/Makefile
index b25897d..ba531d1 100644
--- a/talerbackoffice/backoffice/templates/Makefile
+++ b/talerbackoffice/backoffice/templates/Makefile
@@ -7,7 +7,7 @@ all: locale
# Extract translateable strings from jinja2 templates.
locale/messages.pot: *.html
- env PYTHONPATH="." pybabel extract -F translations/babel.map -o translations/messages.pot .
+ pybabel extract -F translations/babel.map -o translations/messages.pot .
# Update translation (.po) files with new strings.
locale-update: locale/messages.pot