summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b9a72a9a..84bf8218 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-all: locale
- cd web-common && tsc taler-wallet-lib.ts && cd ..
+all: template
+ cd web-common && tsc taler-wallet-lib.ts
locale/messages.pot: *.j2 common/*.j2
pybabel extract -F locale/babel.map -o locale/messages.pot .
@@ -19,3 +19,6 @@ locale-compile: locale-update
pybabel compile -d locale -l es --use-fuzzy
locale: locale-compile
+
+template: locale
+ ./template.sh