summaryrefslogtreecommitdiffstats
path: root/manuals_and_examples
diff options
context:
space:
mode:
authorPeter Baumann <p.baumann@jacobs-university.de>2010-07-27 13:09:37 +0200
committerwww-data <www-data@ubuntu.localdomain>2010-07-30 11:22:36 +0200
commit52953d9b25e641f954497da59ab971d09655a6b4 (patch)
tree0796d9309ad66829b6bd7ca825713a06b7386e2c /manuals_and_examples
parent46243af3114a6ab7397adc2623ef0838de04a805 (diff)
downloadrasdaman-upstream-52953d9b25e641f954497da59ab971d09655a6b4.tar.gz
rasdaman-upstream-52953d9b25e641f954497da59ab971d09655a6b4.tar.xz
rasdaman-upstream-52953d9b25e641f954497da59ab971d09655a6b4.zip
PB: improvement to doc generation
Diffstat (limited to 'manuals_and_examples')
-rw-r--r--manuals_and_examples/Makefile.am2
-rw-r--r--manuals_and_examples/doxygen-all.cfg5
2 files changed, 6 insertions, 1 deletions
diff --git a/manuals_and_examples/Makefile.am b/manuals_and_examples/Makefile.am
index a23b2e9..743979e 100644
--- a/manuals_and_examples/Makefile.am
+++ b/manuals_and_examples/Makefile.am
@@ -27,6 +27,8 @@ nobase_dist_pkgdata_DATA=examples/images/* examples/c++/* \
dest_Makefile=$(DESTDIR)$(pkgdatadir)/examples/c++/Makefile
+all: doc # examples
+
doc: doxygen-all.cfg doxygen-api.cfg doxygen-basedbms.cfg
(cd ..; doxygen manuals_and_examples/doxygen-all.cfg)
(cd ..; doxygen manuals_and_examples/doxygen-api.cfg)
diff --git a/manuals_and_examples/doxygen-all.cfg b/manuals_and_examples/doxygen-all.cfg
index c2cf637..7c4d433 100644
--- a/manuals_and_examples/doxygen-all.cfg
+++ b/manuals_and_examples/doxygen-all.cfg
@@ -627,7 +627,10 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
-EXCLUDE = test
+EXCLUDE = aclocal.m4 configure.ac LICENSE m4 autom4te.cache Makefile \
+ depcomp Makefile.am systemtest empty Makefile.in manuals_and_examples \
+ ylwrap missing insertutils config.log INSTALL config.status install-sh \
+ configure
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded