proactively fix for gmake 3.82

This commit is contained in:
naddy 2010-10-24 13:48:14 +00:00
parent f23b59bbf5
commit 94f1552a62
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-docs_libs_Makefile_in,v 1.1 2010/10/24 13:48:14 naddy Exp $
--- docs/libs/Makefile.in.orig Sun Oct 24 07:33:51 2010
+++ docs/libs/Makefile.in Sun Oct 24 07:35:07 2010
@@ -955,7 +955,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:48:14 naddy Exp $
--- docs/plugins/Makefile.in.orig Sun Oct 24 07:33:59 2010
+++ docs/plugins/Makefile.in Sun Oct 24 07:35:15 2010
@@ -1101,7 +1101,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