X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=tools%2Fhtdocs%2FMakefile;h=835e82ff31a851729ab6c671d9b792176f6c731c;hp=15e96b6a9a367bd476f31f513224a142f8d9e9e8;hb=7664c098869a819eb46a305a0e1432091b1734f3;hpb=610a9fba99c37f220a5ba1d2c0147c5e02d3f08a diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index 15e96b6..835e82f 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -20,7 +20,6 @@ HANDLEBARS_URL= http://builds.handlebarsjs.com.s3.amazonaws.com/handlebars-v1.1. VERSION = $(shell tr -d '\012' < VERSION) MKWS_JS= mkws-complete.js -JSMIN= yui-compressor PZ2API_JS= ../../../pazpar2/js/pz2.js PZ2API_GIT= ssh://git.indexdata.com:222/home/git/pub/pazpar2 @@ -70,7 +69,7 @@ mkws-js ${MKWS_JS}: Makefile mkws.js ${JQUERY_JSON_FILE} ${JQUERY_FILE} ${HANDLE mkws-js-min: mkws.min.js mkws-complete.min.js %.min.js: %.js - ${JSMIN} $? > $@.new + yui-compressor $? > $@.new mv -f $@.new $@ ${JQUERY_JSON_FILE}: