summaryrefslogtreecommitdiff
path: root/shells/zsh/files/patch-ab
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1999-09-10 20:42:23 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1999-09-10 20:42:23 +0000
commit7ab1607ae2e7bed3f50d7476b097a5d4e8659e3e (patch)
tree4ecbd6fd9d76fa8141694406aea81dc8872b1593 /shells/zsh/files/patch-ab
parentUpgrade to postfix 19990906 pl 02 (diff)
Upgrade to zsh 3.0.6.
Notes
Notes: svn path=/head/; revision=21603
Diffstat (limited to '')
-rw-r--r--shells/zsh/files/patch-ab12
1 files changed, 6 insertions, 6 deletions
diff --git a/shells/zsh/files/patch-ab b/shells/zsh/files/patch-ab
index c80f4c7f852c..1c11069e06fe 100644
--- a/shells/zsh/files/patch-ab
+++ b/shells/zsh/files/patch-ab
@@ -1,20 +1,20 @@
---- Doc/Makefile.in.orig Wed Dec 18 05:14:11 1996
-+++ Doc/Makefile.in Mon Jun 16 20:40:29 1997
-@@ -93,7 +93,8 @@
+--- Doc/Makefile.in.orig Wed Jul 14 20:59:48 1999
++++ Doc/Makefile.in Fri Sep 10 22:27:01 1999
+@@ -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*
++ @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. ; }
-@@ -127,7 +128,7 @@
+@@ -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 zsh.info-[1-9]*; do \
+ for file in zsh.info*; do \
[ -f "$$file" ] && $(INSTALL_DATA) $$file $(infodir) ; \
done