Invoke examples/htdocs/Makefile for "all" and "clean" targets.
authorMike Taylor <mike@indexdata.com>
Thu, 12 Dec 2013 17:30:10 +0000 (17:30 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 12 Dec 2013 17:30:10 +0000 (17:30 +0000)
Makefile

index 4729437..62ced87 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,10 @@
 # Copyright (c) 2013 IndexData ApS. http://indexdata.com
 
-**default**:
+all clean:
        ${MAKE} -C./tools/htdocs $@
+       ${MAKE} -C./examples/htdocs $@
 
-clean distclean all pz2api-git-checkout:
+pz2api-git-checkout distclean:
        ${MAKE} -C./tools/htdocs $@
 
 check-js: