X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=Makefile;h=b3e4fab2ba2535657f7e4560c2d4b888f104bec1;hp=f58f93f70c274f0524d3cd325cec73984c163e55;hb=a2334d36837bb8b19a9795dd824074c5a8b3f46d;hpb=7722615c17cf1b36d1d2f25c6b60eadfc04653ee diff --git a/Makefile b/Makefile index f58f93f..b3e4fab 100644 --- a/Makefile +++ b/Makefile @@ -1,21 +1,24 @@ # 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: ${MAKE} -C./test $@ # must be called once after GIT checkout setup: - ${MAKE} -C./tools/htdocs mkws-js-min +#why? ${MAKE} -C./tools/htdocs mkws-js-min ${MAKE} -C./examples/htdocs jasmine-links ${MAKE} -C./test node-modules