From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29122 invoked from network); 3 Jul 2000 16:44:35 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Jul 2000 16:44:35 -0000 Received: (qmail 19087 invoked by alias); 3 Jul 2000 16:43:16 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12146 Received: (qmail 19073 invoked from network); 3 Jul 2000 16:43:14 -0000 Date: Mon, 03 Jul 2000 17:42:46 +0100 From: Peter Stephenson Subject: Re: install-info disappeared? In-reply-to: "Your message of Mon, 03 Jul 2000 19:02:15 +0400." <000c01bfe4ff$acf84b50$21c9ca95@mow.siemens.ru> To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Message-id: <0FX4007BZRR9CT@la-la.cambridgesiliconradio.com> Content-transfer-encoding: 7BIT > I just noticed, that call to install-info disappeared from Zsh > Makefiles. My guess is that it disappeared when the $(tzsh) stuff appeared, which is also when I think the original stuff for .exe handling in cygwin mysteriously vanished. This seems to put it back how it was in 3.1.6 with the necessary changes. Index: Doc/Makefile.in =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Makefile.in,v retrieving revision 1.4 diff -u -r1.4 Makefile.in --- Doc/Makefile.in 2000/06/08 14:36:25 1.4 +++ Doc/Makefile.in 2000/07/03 16:40:15 @@ -266,6 +266,10 @@ $(INSTALL_DATA) $$file $(DESTDIR)$(infodir) || exit 1; \ done \ ); then \ + if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \ + install-info --dir-file=$(DESTDIR)$(infodir)/dir \ + $(infodir)/$(tzsh).info; \ + else true; fi; \ rm -rf infodir; \ exit 0; \ else \ -- Peter Stephenson Cambridge Silicon Radio, Unit 300, Science Park, Milton Road, Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070