changeset 16260:d465bbc0f759

merge of 'b6685c2c4de3ffbc988659fbfff2356c0835d2e3' and 'c75021df800d9d3868c01c7cefe076da60e0627f'
author Richard Laager <rlaager@wiktel.com>
date Thu, 19 Apr 2007 01:51:32 +0000
parents 1412d0e38558 (diff) 05e4f6e4137b (current diff)
children f1c2ff731fd9 c85fa74f7e50
files
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Doxyfile.in	Thu Apr 19 01:44:29 2007 +0000
+++ b/Doxyfile.in	Thu Apr 19 01:51:32 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 
--- a/doc/Makefile.am	Thu Apr 19 01:44:29 2007 +0000
+++ b/doc/Makefile.am	Thu Apr 19 01:51:32 2007 +0000
@@ -4,6 +4,8 @@
 	C-HOWTO.dox \
 	PERL-HOWTO.dox \
 	TCL-HOWTO.dox \
+	TracFooter.html \
+	TracHeader.html \
 	account-signals.dox \
 	blist-signals.dox \
 	cipher-signals.dox \