summaryrefslogtreecommitdiff
path: root/shells/zsh3/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh3/patches/patch-ab')
-rw-r--r--shells/zsh3/patches/patch-ab23
1 files changed, 0 insertions, 23 deletions
diff --git a/shells/zsh3/patches/patch-ab b/shells/zsh3/patches/patch-ab
deleted file mode 100644
index 6431e9bc0ce..00000000000
--- a/shells/zsh3/patches/patch-ab
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2001/06/05 16:30:14 jtb Exp $
-
---- Doc/Makefile.in.orig Thu Jan 6 15:40:23 2000
-+++ Doc/Makefile.in Thu Jan 6 15:42:03 2000
-@@ -91,7 +91,8 @@
- everything: all zsh_us.ps zsh_a4.ps zsh_toc.html
-
- zsh.info: zsh.texi
-- @$(MAKEINFO) -I$(srcdir) $(srcdir)/zsh.texi || { \
-+ @rm -f zsh.info*
-+ @$(MAKEINFO) --no-split -I$(srcdir) $(srcdir)/zsh.texi || { \
- echo Info documentation cannot be compiled without $(MAKEINFO). ; \
- echo You can find precompiled info files in zsh-doc.tar.gz. ; }
-
-@@ -125,7 +126,7 @@
- # install info pages, creating install directory if necessary
- install.info: zsh.info
- $(top_srcdir)/mkinstalldirs $(infodir)
-- for file in zsh.info zsh.info-[1-9]*; do \
-+ for file in zsh.info*; do \
- [ -f "$$file" ] && $(INSTALL_DATA) $$file $(infodir) ; \
- done
-