default target runs "make install" (not "make all") in doc subdirectory.
[mkws-moved-to-github.git] / Makefile
index 6d6441f..32309e5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 
 all:
        ${MAKE} -C./tools/htdocs $@
-       ${MAKE} -C./doc $@
+       ${MAKE} -C./doc install
 
 clean distclean:
        ${MAKE} -C./tools/htdocs $@
@@ -20,9 +20,7 @@ phantomjs p:
 setup: 
        ${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 ]"