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

make install errors



The latest CVS sources give me the following errors when running 'make
install':


/opt/build/zsh-2006-12-03/Doc/infodir//tzsh.texi:24506: Next field of node `Calendar Bugs' not pointed to (perhaps incorrect sectioning?).
/opt/build/zsh-2006-12-03/Doc/infodir//tzsh.texi:24417: This node (Calendar Utility Functions) has the bad Prev.
/opt/build/zsh-2006-12-03/Doc/infodir//tzsh.texi:24417: Next field of node `Calendar Utility Functions' not pointed to (perhaps incorrect sectioning?).
/opt/build/zsh-2006-12-03/Doc/infodir//tzsh.texi:24506: This node (Calendar Bugs) has the bad Prev.
makeinfo: Removing output file `/opt/build/zsh-2006-12-03/Doc/infodir/zsh.info' due to errors; use --force to preserve.


'makeinfo --version' reports:

makeinfo (GNU texinfo) 4.8

This patch seems to take of the problem:

Index: ChangeLog
===================================================================
RCS file: /cvsroot/zsh/zsh/ChangeLog,v
retrieving revision 1.3360
diff -a -u -u -0 -r1.3360 ChangeLog
--- ChangeLog	3 Dec 2006 21:07:17 -0000	1.3360
+++ ChangeLog	4 Dec 2006 00:59:23 -0000
@@ -0,0 +1,5 @@
+2006-12-03  Vin Shelton  <acs@xxxxxxxxxx>
+
+	* Doc/Zsh/calsys.yo: "Calendar Bugs" node has no previous, but it
+	does have a next.
+
Index: Doc/Zsh/calsys.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/calsys.yo,v
retrieving revision 1.3
diff -a -u -u -r1.3 calsys.yo
--- Doc/Zsh/calsys.yo	1 Dec 2006 12:54:21 -0000	1.3
+++ Doc/Zsh/calsys.yo	4 Dec 2006 00:59:24 -0000
@@ -526,7 +526,7 @@
 )
 enditem()
 
-texinode(Calendar Bugs)(Calendar Utility Functions)()(Calendar Function System)
+texinode(Calendar Bugs)()(Calendar Utility Functions)(Calendar Function System)
 sect(Bugs)
 
 There is no tt(calendar_delete) function.


HTH,
  Vin



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