freebsd-ports/shells/zsh-devel/files/patch-aa
Shigeyuki Fukushima bfd08aac4c Update to 3.1.6.
PR:		ports/12944
Submitted by:	Chris Piazza <cpiazza@FreeBSD.org>
1999-08-06 11:59:41 +00:00

21 lines
679 B
Plaintext

--- Doc/Makefile.in.orig Tue Aug 3 12:00:20 1999
+++ Doc/Makefile.in Tue Aug 3 12:00:50 1999
@@ -74,7 +74,7 @@
$(TEXI2DVI) $(sdir)/zsh.texi
zsh.info: zsh.texi
- $(MAKEINFO) $(sdir)/zsh.texi; exit 0
+ $(MAKEINFO) --no-split $(sdir)/zsh.texi; exit 0
zsh.texi: zsh.yo
$(YODL) -o $(sdir)/zsh.texi -I$(sdir) -w ztexi.yo version.yo zsh.yo
@@ -177,7 +177,7 @@
# install info pages, creating install directory if necessary
install.info: zsh.info
$(sdir_top)/mkinstalldirs $(infodir)
- for file in zsh.info zsh.info-[1-9]*; do \
+ for file in zsh.info ; do \
if test -f $$file; then \
$(INSTALL_DATA) $$file $(infodir); \
elif test -f $(sdir)/$$file; then \