Invoke examples/htdocs/Makefile for "all" and "clean" targets.
[mkws-moved-to-github.git] / Makefile
index 79859f5..62ced87 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,16 @@
 # Copyright (c) 2013 IndexData ApS. http://indexdata.com
 
-**default**:
-       (cd tools/htdocs; $(MAKE))
+all clean:
+       ${MAKE} -C./tools/htdocs $@
+       ${MAKE} -C./examples/htdocs $@
 
-clean distclean all:
+pz2api-git-checkout distclean:
        ${MAKE} -C./tools/htdocs $@
 
+check-js:
+       ${MAKE} -C./test check
+
+check: distclean all
+
 help:
-       @echo "make [ all | clean ]"
+       @echo "make [ all | clean | pz2api-git-checkout | check-js ]"