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:37:17 +0200	[thread overview]
Message-ID: <87r5j9rt8i.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:
> /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)


      parent 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
2010-07-12  8:37 ` Frank Terbeck [this message]

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=87r5j9rt8i.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).