proactively fix for gmake 3.82

This commit is contained in:
naddy 2010-10-24 13:15:26 +00:00
parent 00f631174d
commit 087e79ddae
3 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-docs_gst_Makefile_in,v 1.1 2010/10/24 13:15:26 naddy Exp $
--- docs/gst/Makefile.in.orig Sun Oct 24 06:59:57 2010
+++ docs/gst/Makefile.in Sun Oct 24 07:00:08 2010
@@ -936,7 +936,7 @@ dist-hook: dist-check-gtkdoc dist-hook-local
-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

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-docs_libs_Makefile_in,v 1.1 2010/10/24 13:15:26 naddy Exp $
--- docs/libs/Makefile.in.orig Sun Oct 24 07:05:15 2010
+++ docs/libs/Makefile.in Sun Oct 24 07:05:33 2010
@@ -931,7 +931,7 @@ dist-hook: dist-check-gtkdoc dist-hook-local
-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

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-docs_plugins_Makefile_in,v 1.1 2010/10/24 13:15:26 naddy Exp $
--- docs/plugins/Makefile.in.orig Sun Oct 24 07:10:33 2010
+++ docs/plugins/Makefile.in Sun Oct 24 07:10:56 2010
@@ -1043,7 +1043,7 @@ dist-hook: dist-check-gtkdoc dist-hook-local
-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