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

install.info problem



Peter et al,

In the latest CVS sources, I'm seeing the following build error:

/opt/build/zsh-2012-11-15/Doc/infodir//tzsh.texi:1094: Node `Shell
Grammar' lacks menu item for `Errors' despite being its Up target.
makeinfo: Removing output file
`/opt/build/zsh-2012-11-15/Doc/infodir/zsh.info' due to errors; use
--force to preserve.

This patch fixes that and may even be right:

--- ChangeLog.~1.5762.~	2012-11-16 19:13:33.000000000 -0500
+++ ChangeLog	2012-11-16 22:33:01.967831794 -0500
@@ -0,0 +1,4 @@
+2012-11-16  Vin Shelton  <acs@xxxxxxxxxx>
+
+	* Doc/Zsh/grammar.yo: Added missing menu item for Errors.
+
Index: Doc/Zsh/grammar.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/grammar.yo,v
retrieving revision 1.24
diff -a -u -r1.24 grammar.yo
--- Doc/Zsh/grammar.yo	15 Nov 2012 21:08:16 -0000	1.24
+++ Doc/Zsh/grammar.yo	17 Nov 2012 03:39:24 -0000
@@ -8,6 +8,7 @@
 menu(Complex Commands)
 menu(Alternate Forms For Complex Commands)
 menu(Reserved Words)
+menu(Errors)
 menu(Comments)
 menu(Aliasing)
 menu(Quoting)


  - Vin



Messages sorted by: Reverse Date, Date, Thread, Author