[telepathy-qt4/master] doxygen: fix out-of-tree build (distcheck)

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Apr 22 10:54:55 PDT 2009


---
 Makefile.am    |    2 +-
 doxygen.cfg.in |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 3fd2c87..3aad308 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@ EXTRA_DIST = \
     doxygen-header.html \
     $(DX_CONFIG)
 
-CLEANFILES = FIXME.out
+CLEANFILES = FIXME.out doxygen.log
 MOSTLYCLEANFILES = $(DX_CLEANFILES)
 
 check-local::
diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index b91acc5..7ff22fc 100644
--- a/doxygen.cfg.in
+++ b/doxygen.cfg.in
@@ -734,13 +734,13 @@ HTML_FILE_EXTENSION    = .html
 # each generated HTML page. If it is left blank doxygen will generate a 
 # standard header.
 
-HTML_HEADER            = doxygen-header.html
+HTML_HEADER            = @abs_top_srcdir@/doxygen-header.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            = doxygen-footer.html
+HTML_FOOTER            = @abs_top_srcdir@/doxygen-footer.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 
@@ -749,7 +749,7 @@ HTML_FOOTER            = doxygen-footer.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        = doxygen.css
+HTML_STYLESHEET        = @abs_top_srcdir@/doxygen.css
 
 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, 
 # files or namespaces will be aligned in HTML using tables. If set to 
-- 
1.5.6.5




More information about the telepathy-commits mailing list