zsh-users
 help / color / mirror / code / Atom feed
From: Frank Terbeck <ft@bewatermyfriend.org>
To: Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
Cc: Zsh Users <zsh-users@zsh.org>
Subject: Re: Latest GIT version fails to build
Date: Mon, 12 Jul 2010 10:30:11 +0200	[thread overview]
Message-ID: <87vd8lrtkc.fsf@ft.bewatermyfriend.org> (raw)
In-Reply-To: <1278917383.4647.0@numa-i> (Helmut Jarausch's message of "Mon, 12 Jul 2010 08:49:43 +0200")

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.
 )


  reply	other threads:[~2010-07-12  9:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-12  6:49 Helmut Jarausch
2010-07-12  8:30 ` Frank Terbeck [this message]
2010-07-12  8:37 ` Frank Terbeck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87vd8lrtkc.fsf@ft.bewatermyfriend.org \
    --to=ft@bewatermyfriend.org \
    --cc=jarausch@igpm.rwth-aachen.de \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).