X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=src%2FMakefile;h=8d8b4c186679e40c7f1e1c5f4eb8b1d1efed58b2;hp=ab04fc72dd8ec159bd77890a3dc8413d99c4de9a;hb=a2387b0795626be1410c4a474e33530d3aa4efa5;hpb=c68fd8713451a717f5e20c87bf88bbb201e83d97 diff --git a/src/Makefile b/src/Makefile index ab04fc7..8d8b4c1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -14,7 +14,6 @@ PP2_URL = http://git.indexdata.com/?p=pazpar2.git;a=blob_plain;f=js/${PP2_FILE}; VERSION = $(shell tr -d '\012' < VERSION) HANDLEBARS = ../test/node_modules/.bin/handlebars -YUI_COMPRESSOR = $(shell which yui-compressor ../test/bin/yui-compressor | head -1) COMPONENTS = mkws-handlebars.js \ mkws-core.js \ @@ -59,7 +58,7 @@ $(DEST)/mkws-complete.js: Makefile $(INSTALLED_DOWNLOADABLE) $(DEST)/mkws.js mv -f $@.tmp $@ %.min.js: %.js - ${YUI_COMPRESSOR} $? > $@.tmp + yui-compressor $? > $@.tmp mv -f $@.tmp $@ $(DEST)/${HANDLEBARS_FILE}: @@ -112,7 +111,7 @@ mkws-templates.js: templates/*.handlebars # Checks that the JavaScript can be parsed syntax-check: $(DEST)/mkws.js - ${YUI_COMPRESSOR} $(DEST)/mkws.js >/dev/null + yui-compressor $(DEST)/mkws.js >/dev/null # Emits a list of