summaryrefslogtreecommitdiffstats
path: root/manuals_and_examples
diff options
context:
space:
mode:
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