* doc/Makefile.am: Rewrite to run Doxygen whenever Doxyfile.in

or configure.ac changes.  Distribute the html doc.
* doc/Doxyfile.in (EXCLUDE_PATTERNS): Complete with
useless Bison classes.
(FILE_PATTERNS): Remove *.cc files.
This commit is contained in:
Alexandre Duret-Lutz 2003-06-26 12:34:08 +00:00
parent 510756cdb7
commit 5d26d6f01e
3 changed files with 30 additions and 12 deletions

View file

@ -58,13 +58,16 @@ WARN_LOGFILE =
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = @top_srcdir@/src
FILE_PATTERNS = *.cc \
*.hh \
FILE_PATTERNS = *.hh \
*.hxx
RECURSIVE = YES
EXCLUDE =
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = *test/*
EXCLUDE_PATTERNS = */tgbaparse/location.hh \
*/tgbaparse/stack.hh \
*/tgbaparse/position.hh \
*/*parse/*parse*.hh \
*test/*
EXAMPLE_PATH =
EXAMPLE_PATTERNS =
EXAMPLE_RECURSIVE = NO