summaryrefslogtreecommitdiff
path: root/net/soup/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/soup/patches/patch-ab')
-rw-r--r--net/soup/patches/patch-ab23
1 files changed, 0 insertions, 23 deletions
diff --git a/net/soup/patches/patch-ab b/net/soup/patches/patch-ab
deleted file mode 100644
index 70fa2597de4..00000000000
--- a/net/soup/patches/patch-ab
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2005/05/25 11:14:59 wiz Exp $
-
---- docs/reference/Makefile.in.orig 2003-01-02 20:11:22.000000000 +0100
-+++ docs/reference/Makefile.in
-@@ -292,6 +292,7 @@ mostlyclean-generic distclean-generic cl
- maintainer-clean-generic clean mostlyclean distclean maintainer-clean
-
-
-+@ENABLE_GTK_DOC_FALSE@all-local:
- @ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp
-
- #### scan ####
-@@ -345,7 +346,9 @@ clean-local:
- maintainer-clean-local: clean
- cd $(srcdir) && rm -rf tmpl sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt $(DOC_MODULE)-unused.txt $(DOC_MODULE)-undocumented.txt
-
--install-data-local:
-+@ENABLE_GTK_DOC_FALSE@install-data-local:
-+@ENABLE_GTK_DOC_FALSE@do-not-install-data-local:
-+@ENABLE_GTK_DOC_TRUE@install-data-local:
- $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)
- (installfiles=`echo $(srcdir)/html/*.html`; \
- if test "$$installfiles" = '$(srcdir)/html/*.html'; \