@@ -19,3 +19,25 @@
+ -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
.PHONY : dist-hook-local docs
+--- docs/plugins/Makefile.in.orig 2011-09-26 12:40:03.152957979 +0200
++++ docs/plugins/Makefile.in 2011-09-26 12:40:22.256955530 +0200
+@@ -1056,7 +1056,7 @@
+ -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
+
+--- common/gtk-doc-plugins.mak.orig 2011-09-26 12:40:46.857792396 +0200
++++ common/gtk-doc-plugins.mak 2011-09-26 12:40:57.580755088 +0200
+@@ -352,7 +352,7 @@
+ -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
+
|