# HG changeset patch # User Alpar Juttner # Date 2008-07-15 19:43:41 # Node ID b9c6a47c977b1b27d9ac0ffeac1834c3907d5066 # Parent 0d651164763931ff096f177fa7ecde23e28e9862 Turn off treeview in the doc. make now recognises if Doxygen.in has updated. (Thanks to Akos) diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -87,6 +87,10 @@ AC_HEADER_STDC AC_CHECK_FUNCS(gettimeofday times ctime_r) +dnl Add dependencies on files generated by configure. +AC_SUBST([CONFIG_STATUS_DEPENDENCIES], + ['$(top_srcdir)/doc/Doxyfile.in $(top_srcdir)/lemon/lemon.pc.in']) + AC_CONFIG_FILES([ Makefile doc/Doxyfile diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -145,7 +145,7 @@ TOC_EXPAND = NO DISABLE_INDEX = NO ENUM_VALUES_PER_LINE = 4 -GENERATE_TREEVIEW = YES +GENERATE_TREEVIEW = NO TREEVIEW_WIDTH = 250 #--------------------------------------------------------------------------- # configuration options related to the LaTeX output