bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-recutils] Recutils manual does not build.


From: Jose E. Marchesi
Subject: Re: [bug-recutils] Recutils manual does not build.
Date: Thu, 14 Feb 2013 14:40:03 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

             Funny enough the pre-release 4.13.94 of makeinfo does not
             complain about the missing nodes... 
    
    Please send the Texinfo file that is problematic.

Hi Karl.

The problem is that the new makeinfo does not complain if a node is
specified in a detailmenu and then never defined.  This simple example
below compiles using 4.13.94 without any warning or error to an info
file with an undefined reference.

makeinfo 4.13 complains and stops.

\input texinfo
@comment %**start of header
@setfilename foo.info
@settitle Foo
@afourpaper
@comment %**end of header

@node Top
@top foo

@menu
* anode::   A node

@detailmenu
* anothernode:: Another node.
@end detailmenu

@end menu

@node anode
@chapter A node


@bye

-- 
Jose E. Marchesi         http://www.jemarch.net
GNU Project              http://www.gnu.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]