X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=Makefile;h=32309e5192f0430dfcd2449d39b393ed6e24ca0b;hp=9504c3641d404be6e58182048d405cd9ea4e495e;hb=2029d3fbc2c659cb80d806055d183039d553dba9;hpb=5d307bd92d2fa1264bdee98fd6d10925f91e17ab diff --git a/Makefile b/Makefile index 9504c36..32309e5 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com all: - ${MAKE} -C./src $@ - ${MAKE} -C./doc $@ + ${MAKE} -C./tools/htdocs $@ + ${MAKE} -C./doc install clean distclean: - ${MAKE} -C./src $@ + ${MAKE} -C./tools/htdocs $@ ${MAKE} -C./doc $@ ${MAKE} -C./examples/htdocs $@ ${MAKE} -C./test $@ @@ -18,12 +18,9 @@ phantomjs p: # must be called once after GIT checkout setup: -#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" +check: setup check-js phantomjs help: @echo "make [ all | setup | clean | distclean ]"