X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=Makefile;h=9504c3641d404be6e58182048d405cd9ea4e495e;hp=f58f93f70c274f0524d3cd325cec73984c163e55;hb=e6fc2ba40e38fd0d2a746082be32d2578460174c;hpb=429fc950d86e78aed8de8896094834f8d2a18ab3 diff --git a/Makefile b/Makefile index f58f93f..9504c36 100644 --- a/Makefile +++ b/Makefile @@ -1,25 +1,29 @@ # Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com all: - ${MAKE} -C./tools/htdocs $@ + ${MAKE} -C./src $@ + ${MAKE} -C./doc $@ clean distclean: - ${MAKE} -C./tools/htdocs $@ + ${MAKE} -C./src $@ + ${MAKE} -C./doc $@ ${MAKE} -C./examples/htdocs $@ ${MAKE} -C./test $@ check-js: ${MAKE} -C./test check -phantomjs: + +phantomjs p: ${MAKE} -C./test $@ # must be called once after GIT checkout setup: - ${MAKE} -C./tools/htdocs mkws-js-min - ${MAKE} -C./examples/htdocs jasmine-links +#why? ${MAKE} -C./tools/htdocs mkws-js-min ${MAKE} -C./test node-modules check: setup check-js + @echo "" + @echo "To run jasmine regression tests, type: make phantomjs" help: @echo "make [ all | setup | clean | distclean ]"