documentation
[mkws-moved-to-github.git] / src / Makefile
index 9c1fa79..4b4505f 100644 (file)
@@ -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 \
@@ -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 ""