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

Re: Latest GIT version fails to build



Helmut Jarausch wrote:
> /var/tmp/portage/app-shells/zsh-9999/work/zsh/Doc/infodir//
> tzsh.texi:30462: Up reference to nonexistent node `User' (perhaps 
> incorrect sectioning?).

Okay, seems like something in the texi generation chain of yodl doesn't
like it when you break the contents of a macro into more than one line.

The following fixes the breakage. The line ends up to be a little long,
but there are more of these kinds of lines on `contrib.yo' that are a
little long...

diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 7e74dd4..ca00ad1 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -318,8 +318,7 @@ functions to be executed.
 )
 enditem()
 
-texinode(Recent Directories)(Version Control Information)(Utilities)(User
-Contributions)
+texinode(Recent Directories)(Version Control Information)(Utilities)(User Contributions)
 cindex(recent directories, maintaining list of)
 cindex(directories, maintaining list of recent)
 findex(cdr)



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