summaryrefslogtreecommitdiff
path: root/shells/zsh-devel/files/patch-aa
blob: 8a2fc99891c1c1d22dfadaa621e446f2ff239112 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- Doc/Makefile.in.orig	Sun Nov  1 01:00:48 1998
+++ Doc/Makefile.in	Sun Nov  1 01:03:09 1998
@@ -65,7 +65,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
@@ -133,7 +133,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 \