summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-01-12 14:21:46 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-01-12 14:21:46 +0100
commit2d41f91e2b07d8d6453c95ef01709c860063c6e1 (patch)
treea946279b55568bb36e4673e7688a3399411ffbe4 /Makefile.in
parent82430fdb89e2f5b589c36d7b0cdb1922ad10e11d (diff)
downloadbackoffice-2d41f91e2b07d8d6453c95ef01709c860063c6e1.tar.gz
backoffice-2d41f91e2b07d8d6453c95ef01709c860063c6e1.tar.bz2
backoffice-2d41f91e2b07d8d6453c95ef01709c860063c6e1.zip
conditional export
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 56e4e1f..b3c330f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -31,7 +31,7 @@ install-js:
@cp js/*.js talerbackoffice/backoffice/static
.PHONY: install-data
-install-data: $(templates)
+install-data: $(templates) install-js
@$(INSTALL_DATA) -Dt $(prefix)/share/taler/ backoffice.wsgi
# @test -n "$$(ls -A talerbank/app/static/web-common/)" || \