[gnome-python-desktop] gtkdoc-fixxref fails in autotools build too



commit 27d81cdd07db3140b25b345c1f37cb421a62a2ab
Author: Gustavo Carneiro <gjc inescporto pt>
Date:   Mon Jan 4 15:15:36 2010 +0000

    gtkdoc-fixxref fails in autotools build too

 docs/pygtk-ref-docs.make |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/pygtk-ref-docs.make b/docs/pygtk-ref-docs.make
index ac17ff6..e7ca78f 100644
--- a/docs/pygtk-ref-docs.make
+++ b/docs/pygtk-ref-docs.make
@@ -29,7 +29,7 @@ html.stamp: ${XSL_FILES} $(REFERENCE_XML_FILES) $(REFERENCE_MAIN_FILE)
 		 --stringparam chunker.output.encoding UTF-8			\
 		$(top_srcdir)/docs/ref-html-style.xsl $(REFERENCE_MAIN_FILE)
 	@echo '-- Fixing Crossreferences' 
-	cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
+	-cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
 	touch $@
 
 $(REFERENCE_PDF): $(XSL_FILES) $(REFERENCE_XML_FILES) $(REFERENCE_MAIN_FILE)



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