From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19235 invoked by alias); 12 Apr 2013 20:57:06 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31262 Received: (qmail 25246 invoked from network); 12 Apr 2013 20:57:04 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at bewatermyfriend.org does not designate permitted sender hosts) From: Frank Terbeck To: zsh-workers@zsh.org Subject: Re: "make info" fails with new versions of texinfo In-Reply-To: <20130412202357.3208e2cb@pws-pc.ntlworld.com> (Peter Stephenson's message of "Fri, 12 Apr 2013 20:23:57 +0100") References: <87hajc2htk.fsf@ft.bewatermyfriend.org> <87d2u02h52.fsf@ft.bewatermyfriend.org> <20130412202357.3208e2cb@pws-pc.ntlworld.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Date: Fri, 12 Apr 2013 22:48:09 +0200 Message-ID: <878v4n327q.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: text/plain X-Df-Sender: [pbs]NDMwNDQ0 Peter Stephenson wrote: [...] > The warnings about empty items do indeed correspond to empty items. > They come from the zsh macro, not Yodl's macros; it's deliberate. I've > removed it below, but it does look like it might be better to have a bit > more space afterwards. There are probably better ways of doing that --- > like explicitly inserting a blank line, so that's what I've done. With > any luck the result is very similar. > > The error looks like it might be because texinfo is getting confused by > a line split. Does putting it back together make a difference? Yes, now the build succeeds. The only remaining output are a few warnings: [snip] makeinfo ./zsh.texi ./zsh.texi:25009: warning: @item missing argument ./zsh.texi:25012: warning: @item missing argument ./zsh.texi:25015: warning: @item missing argument make[1]: Leaving directory `/home/hawk/src/sys/zsh/Doc' [snap] But I end up with an infodoc version of the manual just fine. Regards, Frank