summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-11 13:29:45 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-11 13:29:45 +0200
commit1ae0306a3cf2ea27f60b2d205789994d260c2cce (patch)
tree53117a55c27601e92172ea82f1d8cd11d355c06c /Makefile
parent2e665813a44988bfd906c0fab773f82652047841 (diff)
downloadtaler-merchant-demos-1ae0306a3cf2ea27f60b2d205789994d260c2cce.tar.gz
taler-merchant-demos-1ae0306a3cf2ea27f60b2d205789994d260c2cce.tar.bz2
taler-merchant-demos-1ae0306a3cf2ea27f60b2d205789994d260c2cce.zip
add i18n FSFS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0cea1c3..ad285a9 100644
--- a/Makefile
+++ b/Makefile
@@ -8,9 +8,9 @@ all:
.PHONY: install
ifeq ($(install_global), true)
-install: install-global
+install: install-global compile sass-build
else
-install: install-local
+install: install-local compile sass-build
endif
.PHONY: install-global
@@ -48,7 +48,7 @@ extract:
# Add new language as follows:
# pybabel init -i locale/messages.pot -d locale/ -l de
-compile:
+compile: update
pybabel compile -d translations/
update: extract