# HG changeset patch
# User Alpar Juttner <alpar@cs.elte.hu>
# Date 1216143821 -3600
# Node ID b9c6a47c977b1b27d9ac0ffeac1834c3907d5066
# Parent  0d651164763931ff096f177fa7ecde23e28e9862
Turn off treeview in the doc.

make now recognises if Doxygen.in has updated. (Thanks to Akos)

diff -r 0d6511647639 -r b9c6a47c977b configure.ac
--- a/configure.ac	Mon Jul 14 19:06:29 2008 +0200
+++ b/configure.ac	Tue Jul 15 18:43:41 2008 +0100
@@ -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 -r 0d6511647639 -r b9c6a47c977b doc/Doxyfile.in
--- a/doc/Doxyfile.in	Mon Jul 14 19:06:29 2008 +0200
+++ b/doc/Doxyfile.in	Tue Jul 15 18:43:41 2008 +0100
@@ -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