From 8564b85b058b726a6b87427fd9af55ada92cb36f Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Sat, 3 Dec 2011 16:07:54 +0000 Subject: [PATCH] eio: latest attempt to fix auto doc. SVN revision: 65846 --- legacy/eio/configure.ac | 1 + legacy/eio/doc/{Doxyfile => Doxyfile.in} | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) rename legacy/eio/doc/{Doxyfile => Doxyfile.in} (97%) diff --git a/legacy/eio/configure.ac b/legacy/eio/configure.ac index b28835bca9..18a9aae273 100644 --- a/legacy/eio/configure.ac +++ b/legacy/eio/configure.ac @@ -194,6 +194,7 @@ eio.spec Makefile doc/Makefile doc/eio.dox +doc/Doxyfile src/Makefile src/lib/Makefile ]) diff --git a/legacy/eio/doc/Doxyfile b/legacy/eio/doc/Doxyfile.in similarity index 97% rename from legacy/eio/doc/Doxyfile rename to legacy/eio/doc/Doxyfile.in index cca8ae6aff..dbcc001132 100644 --- a/legacy/eio/doc/Doxyfile +++ b/legacy/eio/doc/Doxyfile.in @@ -31,7 +31,7 @@ PROJECT_NAME = Eio # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = +PROJECT_NUMBER = @PACKAGE_VERSION@ # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -581,7 +581,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = eio.dox ../src/lib +INPUT = @top_srcdir@/src/lib eio.dox # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is @@ -792,13 +792,13 @@ HTML_FILE_EXTENSION = .html # each generated HTML page. If it is left blank doxygen will generate a # standard header. -HTML_HEADER = head.html +HTML_HEADER = @srcdir@/head.html # The HTML_FOOTER tag can be used to specify a personal HTML footer for # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = foot.html +HTML_FOOTER = @srcdir@/foot.html # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to @@ -807,7 +807,7 @@ HTML_FOOTER = foot.html # the style sheet file to the HTML output directory, so don't put your own # stylesheet in the HTML output directory as well, or it will be erased! -HTML_STYLESHEET = e.css +HTML_STYLESHEET = @srcdir@/e.css # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. # Doxygen will adjust the colors in the stylesheet and background images