gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Turn off treeview in the doc. make now recognises if Doxygen.in has updated. (Thanks to Akos)
0 2 0
default
2 files changed with 5 insertions and 1 deletions:
↑ Collapse diff ↑
Show white space 6 line context
... ...
@@ -87,6 +87,10 @@
87 87
AC_HEADER_STDC
88 88
AC_CHECK_FUNCS(gettimeofday times ctime_r)
89 89

	
90
dnl Add dependencies on files generated by configure.
91
AC_SUBST([CONFIG_STATUS_DEPENDENCIES],
92
  ['$(top_srcdir)/doc/Doxyfile.in $(top_srcdir)/lemon/lemon.pc.in'])
93

	
90 94
AC_CONFIG_FILES([
91 95
Makefile
92 96
doc/Doxyfile
Show white space 6 line context
... ...
@@ -145,7 +145,7 @@
145 145
TOC_EXPAND             = NO
146 146
DISABLE_INDEX          = NO
147 147
ENUM_VALUES_PER_LINE   = 4
148
GENERATE_TREEVIEW      = YES
148
GENERATE_TREEVIEW      = NO
149 149
TREEVIEW_WIDTH         = 250
150 150
#---------------------------------------------------------------------------
151 151
# configuration options related to the LaTeX output
0 comments (0 inline)