1 # Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com
4 ${MAKE} -C./tools/htdocs $@
5 ${MAKE} -C./doc install
8 ${MAKE} -C./tools/htdocs $@
10 ${MAKE} -C./examples/htdocs $@
14 ${MAKE} -C./test check
16 phantomjs p p-all phantomjs-all jsb:
19 # must be called once after GIT checkout
21 ${MAKE} -C./test node-modules
23 check: setup check-js phantomjs
26 @echo "make [ all | setup | clean | distclean ]"
27 @echo " [ check | check-js | phantomjs ]"
28 @echo "If 'make check' timeout is too short, extend with: make check PHANTOMJS_TIMEOUT=40"