comparison configure.ac @ 17102:c48625614ea6 stable

Properly incorporate Doxygen into the build system * Doxyfile.in: Rename from Doxyfile and move to doc/doxyhtml directory. Templatise properly with autoconf macros. Configuration tweaks: expand DEFUN macros, show namespaces, document the GUI sources, don't strip Doxygen comments from the source, allow dot to create larger graphs. Also add a a tagline and the Octave logo. * doc/doxyhtml/README: New file, grafted from the dev branch. * doc/doxyhtml/Makefile.am: New file, handles doxyhtml target. * Makefile.am: Add doxyhtml target. * configure.ac: Add doxyhtml files to AC_CONFIG_FILES
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Sun, 28 Jul 2013 01:18:48 -0400
parents b29b10fbb744
children 054905bfc306
comparison
equal deleted inserted replaced
16600:f2f5dd09e97d 17102:c48625614ea6
2175 2175
2176 AC_CONFIG_FILES([ 2176 AC_CONFIG_FILES([
2177 Makefile 2177 Makefile
2178 doc/Makefile 2178 doc/Makefile
2179 doc/faq/Makefile 2179 doc/faq/Makefile
2180 doc/doxyhtml/Makefile
2181 doc/doxyhtml/Doxyfile
2180 doc/icons/Makefile 2182 doc/icons/Makefile
2181 doc/interpreter/Makefile 2183 doc/interpreter/Makefile
2182 doc/liboctave/Makefile 2184 doc/liboctave/Makefile
2183 doc/refcard/Makefile 2185 doc/refcard/Makefile
2184 examples/Makefile 2186 examples/Makefile