From 97dae9812833055947ab77b6fde79776bbbdc245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 14 Jan 2010 18:10:01 +0100 Subject: Fix docs build with gtk-doc 1.13 gtkdoc-fixxref now needs the module to work correctly. --- doc/reference/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index d20e09651..d8f960db5 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 -- cgit v1.2.3