X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=Makefile;h=e37daa0cffd052df3f3a60ca11658f6786595048;hp=0090d74318f8b65144a45300038370444c32b6da;hb=6acb2a89222c90a55a9e051a386450452f1873cf;hpb=fda93f10e6fe2171ae244b867fc9670049e669da diff --git a/Makefile b/Makefile index 0090d74..e37daa0 100644 --- a/Makefile +++ b/Makefile @@ -1,24 +1,29 @@ # Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com -all clean distclean: - ${MAKE} -C./tools/htdocs $@ +all: + ${MAKE} -C./src $@ + ${MAKE} -C./doc $@ + +clean distclean: + ${MAKE} -C./src $@ + ${MAKE} -C./doc $@ ${MAKE} -C./examples/htdocs $@ ${MAKE} -C./test $@ -pz2api-git-checkout distclean: - ${MAKE} -C./tools/htdocs $@ - check-js: ${MAKE} -C./test check -setup: pz2api-git-checkout - ${MAKE} -C./tools/htdocs mkws-js-min - ${MAKE} -C./examples/htdocs jasmine-links +phantomjs: + ${MAKE} -C./test $@ + +# must be called once after GIT checkout +setup: +#why? ${MAKE} -C./tools/htdocs mkws-js-min ${MAKE} -C./test node-modules -check: distclean all +check: setup check-js help: @echo "make [ all | setup | clean | distclean ]" - @echo " [ pz2api-git-checkout | check-js ]" + @echo " [ check | check-js | phantomjs ]"