Ari sent in a patch, saying:

Thu, 19 Apr 2007 01:38:00 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Thu, 19 Apr 2007 01:38:00 +0000
changeset 16315
58e2ff186cac
parent 16314
8d241092821c
child 16316
81ac175e7dcb

Ari sent in a patch, saying:
"If you've run configure outside of the main source tree (e.g. in a build/
subdirectory) in the latest mtn tree, doxygen (make docs) won't work because
it can't find the header/footer. This patch should fix the issue."

Closes #200

Doxyfile.in file | annotate | diff | comparison | revisions
--- a/Doxyfile.in	Thu Apr 19 01:22:55 2007 +0000
+++ b/Doxyfile.in	Thu Apr 19 01:38:00 2007 +0000
@@ -615,13 +615,13 @@
 # each generated HTML page. If it is left blank doxygen will generate a 
 # standard header.
 
-HTML_HEADER            = doc/TracHeader.html
+HTML_HEADER            = @top_srcdir@/doc/TracHeader.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            = doc/TracFooter.html
+HTML_FOOTER            = @top_srcdir@/doc/TracFooter.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 

mercurial