X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile;h=cb4d8f6011faaadaeb6c64be84a3cd41a29ac4ba;hb=234e59a65f5e9aeedd87d9b54088556b56429b25;hp=869fc26993614358361f332834368287c2139429;hpb=281c1b5d05b02498014ef44a4bea06ae9a133c53;p=mkws-moved-to-github.git diff --git a/Makefile b/Makefile index 869fc26..cb4d8f6 100644 --- a/Makefile +++ b/Makefile @@ -1,27 +1,29 @@ -# Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com +# Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com +# +# You need node.js to build MKWS. On caliban, get it using: +# export PATH=$PATH:/home/indexdata/node/node-v0.10.32-linux-x64/bin all: setup - ${MAKE} -C./test node-modules - ${MAKE} -C./tools/htdocs $@ - ${MAKE} -C./doc install + ${MAKE} -C./src + ${MAKE} -C./doc + ${MAKE} -C./examples/htdocs 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 p p-all phantomjs-all jsb: - ${MAKE} -C./test $@ +check: setup check-js phantomjs -# must be called once after GIT checkout setup: ${MAKE} -C./test node-modules -check: setup check-js phantomjs +check-js: + ${MAKE} -C./test $@ + +phantomjs p p-all phantomjs-all jsb: + ${MAKE} -C./test $@ help: @echo "make [ all | setup | clean | distclean ]"