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 ↑
Ignore white space 6 line context
... ...
@@ -84,12 +84,16 @@
84 84
AC_STRUCT_TM
85 85

	
86 86
dnl Checks for library functions.
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
93 97
lemon/lemon.pc
94 98
])
95 99

	
Ignore white space 12 line context
... ...
@@ -142,13 +142,13 @@
142 142
HHC_LOCATION           = 
143 143
GENERATE_CHI           = NO
144 144
BINARY_TOC             = NO
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
152 152
#---------------------------------------------------------------------------
153 153
GENERATE_LATEX         = NO
154 154
LATEX_OUTPUT           = latex
0 comments (0 inline)