Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh 4.0.2 released



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