Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
install.info problem
- X-seq: zsh-workers 30803
- From: Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: install.info problem
- Date: Fri, 16 Nov 2012 22:41:29 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=Jl0OQKwazXGeVS1O4wWbr4SIqQCkYtrIKVPE1iDB9Ic=; b=E/c6w7bKCJYTlVIJ7WkF09KenJGaUCIREdT2d2VyRhXcjsdmmPkpBj/okiV8GQRHzK AQjmjJkDEQYS9uWX3lMPbrU+NgavT4/6vexlkBkA210XACn4rcyjru6AEt5hhzuqs8xP kbBUtmXQQLu17PLsTga7QbdxI9YfWLh+X1AUip0viVbWBWCU+ihke6Lr3T2icAqjfFoH 1ISIWPesfM/XZQrXB7ZORgpK8fKlDhSl35rvJ3oKJ9qL0S3JVCdJ2I/FZQO9vlV9RkQt uEa+IqkhOFeSgGKHSwatP9t2+oGGAl8l6+VtIKm3S5djFqJLLhwsv53Cnpq8BI9Y+Tht V4YQ==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Sender: ethersoft@xxxxxxxxx
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