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