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

install.info failure in latest CVS



Making install.info in the latest CVS, I get the following error:

    ./tzsh.texi:23586: Node `User Contributions' lacks menu item for `MIME Functions' despite being its Up target.
    ./tzsh.texi:23607: Menu reference to nonexistent node `MIME functions' (perhaps incorrect sectioning?).

I've commited the following patch:

Index: ChangeLog
===================================================================
RCS file: /cvsroot/zsh/zsh/ChangeLog,v
retrieving revision 1.2095
diff -a -u -r1.2095 ChangeLog
--- ChangeLog	15 Sep 2003 09:20:20 -0000	1.2095
+++ ChangeLog	16 Sep 2003 00:31:46 -0000
@@ -1,3 +1,7 @@
+2003-09-15  Vin Shelton  <acs@xxxxxxxxxxxxxxxxxxxx>
+
+	* Doc/Zsh/contrib.yo: Fix capitalization to make makeinfo happy.
+
 2003-09-15  Oliver Kiddle  <opk@xxxxxxx>
 
 	* Vin Shelton: 19073: Src/exec.c (execcmd): Replace C++-style comment.
Index: Doc/Zsh/contrib.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/contrib.yo,v
retrieving revision 1.28
diff -a -u -r1.28 contrib.yo
--- Doc/Zsh/contrib.yo	14 Sep 2003 19:37:35 -0000	1.28
+++ Doc/Zsh/contrib.yo	16 Sep 2003 00:31:46 -0000
@@ -13,7 +13,7 @@
 menu(Utilities)
 menu(Prompt Themes)
 menu(ZLE Functions)
-menu(MIME functions)
+menu(MIME Functions)
 menu(Other Functions)
 endmenu()

This still leaves a warning:

    tzsh.texi:20360: warning: unlikely character ] in @var.

I know next to nothing about texinfo or yodl, but if I had to guess I
would say the following patch would work:

--- Doc/Zsh/mod_system.yo~	2003-08-30 15:06:10.000000000 -0400
+++ Doc/Zsh/mod_system.yo	2003-09-15 20:33:44.000000000 -0400
@@ -8,7 +8,7 @@
 
 startitem()
 findex(syserror)
-item(tt(syserror) tt([ -e) var(errvar) tt(] [ -p) var(prefix) tt(] [) var(errno) tt(|) var(errname ]))(
+item(tt(syserror) tt([ -e) var(errvar) tt(] [ -p) var(prefix) tt(] [) var(errno) tt(|) var(errname) tt(]))(
 This command prints out the error message associated with var(errno), a
 system error number, followed by a newline to standard error.


This latter patch has NOT been applied.

  - Vin



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