summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-11-04 18:51:26 +0100
committerChristian Grothoff <christian@grothoff.org>2017-11-04 18:51:26 +0100
commit0a65d5985b0474b4597dc2936f5791559c2a8a5a (patch)
tree7135cd8d354ffb46ba4c9ec7cb82dd092ceb3a55
parent489a9e38e6960fdce309ab8cf5ff66d930ecb3bc (diff)
downloadweb-common-0a65d5985b0474b4597dc2936f5791559c2a8a5a.tar.gz
web-common-0a65d5985b0474b4597dc2936f5791559c2a8a5a.tar.bz2
web-common-0a65d5985b0474b4597dc2936f5791559c2a8a5a.zip
fix #4670: run mnifier also on 'make install'
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 484b53e..32d62a9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,6 +27,7 @@ pkgdata_DATA = \
taler-wallet-lib.js
all: taler-wallet-lib.min.js taler-wallet-lib.js.tar.gz taler-wallet-lib.js
+install: all
%.min.js: %.js
python3 -m jsmin $< > $@