X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=Makefile;h=362f874b51625e914f8435c9e1e0ea5f3a791aac;hp=62ced87b0cd517001900a8f937c9b4408b637e2d;hb=b9afacc19f8a204820638257807ba837113536cf;hpb=1324ad6eac38e4d97de9f6c3c8e8775eb2fe5329 diff --git a/Makefile b/Makefile index 62ced87..362f874 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2013 IndexData ApS. http://indexdata.com +# Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com all clean: ${MAKE} -C./tools/htdocs $@ @@ -10,7 +10,13 @@ pz2api-git-checkout distclean: check-js: ${MAKE} -C./test check +setup: pz2api-git-checkout + ${MAKE} -C./tools/htdocs mkws-js-min + ${MAKE} -C./examples/htdocs jasmine-links + check: distclean all help: - @echo "make [ all | clean | pz2api-git-checkout | check-js ]" + @echo "make [ all | setup | clean ]" + @echo " [ pz2api-git-checkout | check-js ]" +