[totem] Fix path problems when building documentation so builddir != srcdir works



commit 43f18e9b16faaaad3fef3741531faf3e3689d697
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun May 31 16:55:41 2009 +0100

    Fix path problems when building documentation so builddir != srcdir works
    
    2009-05-31  Philip Withnall  <philip tecnocode co uk>
    
    	* docs/reference/Makefile.am: Add the builddir to gtkdoc-mkhtml's
    	path so that builddir != srcdir builds work for the documentation.
    	(Closes: #581723)
---
 ChangeLog                  |    6 ++++++
 docs/reference/Makefile.am |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1a84354..ccb2d76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-31  Philip Withnall  <philip tecnocode co uk>
+
+	* docs/reference/Makefile.am: Add the builddir to gtkdoc-mkhtml's
+	path so that builddir != srcdir builds work for the documentation.
+	(Closes: #581723)
+
 2009-05-19  Bastien Nocera  <hadess hadess net>
 
 	* src/backend/bacon-video-widget-gst-0.10.c
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index d6ab3ce..46ad559 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -39,6 +39,8 @@ MKTMPL_OPTIONS=
 # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
 FIXXREF_OPTIONS=
 
+MKHTML_OPTIONS=--path="$(abs_builddir)"
+
 # Used for dependencies. The docs will be rebuilt if any of these change.
 # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
 # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]