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

Re: Latest GIT version fails to build



Helmut Jarausch wrote:
> since a few days I'm getting the error below when trying to build
> ZSH
>
> /var/tmp/portage/app-shells/zsh-9999/work/zsh/Doc/infodir//
> tzsh.texi:30462: Up reference to nonexistent node `User' (perhaps 
> incorrect sectioning?).

This happens with "make info" only. With just "make" there's still a
warning:

contrib.yo:519: No macro: tmp(...)

The following fixes the warning.  Still need to look into the error.


diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 73bbb52..a439b3a 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -511,7 +511,7 @@ item(tt(pattern:var(pattern)))(
 Gives a zsh pattern for directories that should not be
 added to the recent list (if not already there).  This element
 can be repeated to add different patterns.  For example,
-tt('pattern:/tmp(|/*)') stops tt(/tmp) or its descendants from being
+tt('pattern:/tmp+LPAR()|/*RPAR()') stops tt(/tmp) or its descendants from being
 added.  The tt(EXTENDED_GLOB) option is always turned on for
 these patterns.
 )



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