aboutsummaryrefslogtreecommitdiff
path: root/doc/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/Makefile')
-rw-r--r--doc/src/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/Makefile b/doc/src/Makefile
new file mode 100644
index 0000000..4c72963
--- /dev/null
+++ b/doc/src/Makefile
@@ -0,0 +1,8 @@
+include Makefile.dirs
+
+default: all
+
+.DEFAULT:
+ @for SUB_DIR in $(SUB_DIRS) ; \
+ do ( if [ -d $$SUB_DIR ] ; then \
+ cd $$SUB_DIR; $(MAKE) $@ ; fi ) ; done