zsh-workers
 help / color / mirror / code / Atom feed
* install-info disappeared?
@ 2000-07-03 15:02 Andrej Borsenkow
  2000-07-03 16:42 ` Peter Stephenson
  0 siblings, 1 reply; 2+ messages in thread
From: Andrej Borsenkow @ 2000-07-03 15:02 UTC (permalink / raw)
  To: ZSH workers mailing list

I just noticed, that call to install-info disappeared from Zsh
Makefiles. It means, that no dir entries will be created. make
install.info will just drop info files into info directory. Hm, I
remember I sent patch once.

Do I miss something obvious?

-andrej

Have a nice DOS!
B >>


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: install-info disappeared?
  2000-07-03 15:02 install-info disappeared? Andrej Borsenkow
@ 2000-07-03 16:42 ` Peter Stephenson
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Stephenson @ 2000-07-03 16:42 UTC (permalink / raw)
  To: Zsh hackers list

> 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 <pws@cambridgesiliconradio.com>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-07-03 16:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-03 15:02 install-info disappeared? Andrej Borsenkow
2000-07-03 16:42 ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).