summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-09-05 20:54:48 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-09-05 20:54:48 +0200
commit861e4ec8c7c1c789b62690704932351bb9c58504 (patch)
tree44e158152f3be3dda6c446be343e4723749fb99a
parent78f28f53eac7ac5c3f1dbd6f94f619f8f216339c (diff)
downloadbackoffice-861e4ec8c7c1c789b62690704932351bb9c58504.tar.gz
backoffice-861e4ec8c7c1c789b62690704932351bb9c58504.tar.bz2
backoffice-861e4ec8c7c1c789b62690704932351bb9c58504.zip
Compile translations before installing.
-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