@@ -9,3 +9,13 @@
.PHONY : dist-hook-local docs
+--- common/gtk-doc.mak.orig 2011-09-26 12:28:52.332733589 +0200
++++ common/gtk-doc.mak 2011-09-26 12:29:03.583126614 +0200
+@@ -232,6 +232,6 @@
+ -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
+ -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
+ cd $(distdir) && rm -f $(DISTCLEANFILES)
+- -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
++ -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
+
+ .PHONY : dist-hook-local docs
|