Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 4.0.2 released
- X-seq: zsh-workers 15166
- From: Oliver Kiddle <opk@xxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: Re: zsh 4.0.2 released
- Date: Thu, 28 Jun 2001 16:04:29 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <Tc0a88d01546c0c75ad@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Sender: kiddleo
Peter Stephenson wrote:
>
> I don't have the latest texinfo, but maybe we just do what the man says.
> Does this help?
It helped but I still got:
zsh.texi:61: @top used before @node, defaulting to The Z Shell Manual.
With a slight further change it worked without complaint though. This
results in the following patch against CVS for manual.yo:
Index: Zsh/manual.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/manual.yo,v
retrieving revision 1.9
diff -u -r1.9 manual.yo
--- Zsh/manual.yo 2001/02/01 15:48:58 1.9
+++ Zsh/manual.yo 2001/06/28 15:03:44
@@ -1,6 +1,8 @@
-texiifinfo(\
+texiifnottex(\
texinode(Top)(The Z Shell Manual)((dir))((dir))
texitop(The Z Shell Manual)
+)\
+texiifinfo(\
This Info file documents Zsh, a freely available UNIX command interpreter
(shell), which of the standard shells most closely resembles the Korn shell
(ksh), although it is not completely compatible.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author