summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 0565e4b..e54f1e1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,10 +49,12 @@ install-data: $(templates) install-js
devinstall: $(templates) install-data
@pip3 install -e . --install-option="--prefix=@prefix@"
+compile-lang:
+ $(MAKE) -C talerbackoffice/backoffice/templates compile
# install into prefix
.PHONY: install
-install: $(templates) install-data
+install: $(templates) install-data compile-lang
@pip3 install . --install-option="--prefix=@prefix@"
@# force update when sources changed
@pip3 install . --install-option="--prefix=@prefix@" --upgrade --no-deps