X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile;h=427b8183c409cdff3553427ccf4589bbcbc8d630;hb=6f7aedf5954d938d60d106d5b65c8e4b2da4a578;hp=b61d34cb50056932ef941c3c5ef1850db79a8ec2;hpb=34cead83c94c68092d201b71e281c8e432e81f93;p=mkws-moved-to-github.git diff --git a/src/Makefile b/src/Makefile index b61d34c..427b818 100644 --- a/src/Makefile +++ b/src/Makefile @@ -14,7 +14,7 @@ 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) +YUI_COMPRESSOR = $(shell which yui-compressor ../test/bin/yui-compressor | head -1) COMPONENTS = mkws-handlebars.js \ mkws-core.js \ @@ -34,7 +34,7 @@ COMPONENTS = mkws-handlebars.js \ DOWNLOADABLE = ${HANDLEBARS_FILE} ${JQUERY_FILE} ${JQUERY_JSON_FILE} ${PP2_FILE} RELEASABLE = mkws.js mkws.min.js mkws-complete.js mkws-complete.min.js -AVAILABLE = $(DOWNLOADABLE) $(RELEASABLE) mkws-jquery.js +AVAILABLE = $(DOWNLOADABLE) $(RELEASABLE) NEWS VERSION INSTALLED_DOWNLOADABLE = $(DOWNLOADABLE:%=$(DEST)/%) INSTALLED_RELEASABLE = $(RELEASABLE:%=$(DEST)/%) INSTALLED = $(AVAILABLE:%=$(DEST)/%) @@ -116,3 +116,8 @@ html-includes: clean distclean: rm -f ${INSTALLED} +help: + @echo "make [ all | clean | release ]" + @echo " [ syntax-check | html-includes ]" + @echo " [ mkws-templates.js | $(DEST)/mkws-complete.min.js ]" + @echo ""