Ignore vim swap files.
[mkws-moved-to-github.git] / Makefile
index f58f93f..9504c36 100644 (file)
--- 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 ]"