From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11793 invoked from network); 31 May 1999 15:11:48 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 31 May 1999 15:11:48 -0000 Received: (qmail 9655 invoked by alias); 31 May 1999 15:11:29 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6392 Received: (qmail 9648 invoked from network); 31 May 1999 15:11:29 -0000 From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: PATCH: RE: pws-19 + patches: dangling (wrong?) links in info Date: Mon, 31 May 1999 19:10:51 +0400 Message-ID: <008e01beab77$c5b676c0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <199905311458.QAA19066@beta.informatik.hu-berlin.de> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 > > With info? Works for me... > Yep. At least in my case makeinfo creates ten info files ... /andrej --- Doc/Makefile.in.org Mon May 24 19:50:35 1999 +++ Doc/Makefile.in Mon May 31 19:07:41 1999 @@ -174,7 +174,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 zsh.info-[1-9]*; do \ if test -f $$file; then \ $(INSTALL_DATA) $$file $(infodir); \ elif test -f $(sdir)/$$file; then \