[epiphany] Fix docs build with gtk-doc 1.13



commit 97dae9812833055947ab77b6fde79776bbbdc245
Author: Sebastian Dröge <sebastian droege collabora co uk>
Date:   Thu Jan 14 18:10:01 2010 +0100

    Fix docs build with gtk-doc 1.13
    
    gtkdoc-fixxref now needs the module to work correctly.

 doc/reference/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index d20e096..d8f960d 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -244,7 +244,7 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
 	cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
 	test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
 	@echo '-- Fixing Crossreferences' 
-	cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
+	cd $(srcdir) && gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
 	touch html-build.stamp
 endif
 



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