On Sat, May 17, 2025 at 12:54:50PM +0000, Heime via Users list for the Texinfo 
documentation system wrote: > Using makeinfo I got 
> 
> icord.texi:140: warning: node `How do I compile this document?' unreferenced
> 
> What is going on?  Has this anything to do with @menu?

That message wasn't printed when I tested this with texi2any 7.2, so I
expect you are using an older version.

There were warnings because the "Frequently Asked Questions" node wasn't
in the menu, but this can be remediated either by adding an entry to
the menu, or deleting the menu completely.


> 
> 
> --------
> 
> 
> \input texinfo @c -*-texinfo-*-
> 
> @c %**start of header
> @setfilename icord.info
> @settitle ICORD - Information Coordination
> @c %**end of header
> 
> @titlepage
> @title ICORD
> @subtitle Version 1.0
> @author Heime Borgia
> @end titlepage
> 
> 
> @node Top
> @top ICORD - Information Coordination
> 
> @menu
> * Introduction::
> * Getting Started::
> @end menu
> 
> @node Introduction
> @chapter Introduction
> 
> Welcome to this example Texinfo manual. Texinfo allows you to create 
> documentation in various output formats from a single source.
> 
> @node Getting Started
> @chapter Getting Started
> 
> @node Frequently Asked Questions
> @chapter Frequently Asked Questions
> 
> @node How do I compile this document?
> @section How do I compile this document?
> 
> Run the following command:
> 
> @example
> makeinfo example.texi
> @end example
> 
> @bye
> 
> 
> 

              • ... Heime via Users list for the Texinfo documentation system
              • ... Heime via Users list for the Texinfo documentation system
              • ... Eli Zaretskii
              • ... Heime via Users list for the Texinfo documentation system
              • ... Gavin Smith
              • ... Heime via Users list for the Texinfo documentation system
              • ... Gavin Smith
              • ... Heime via Users list for the Texinfo documentation system
              • ... Eli Zaretskii
              • ... Eli Zaretskii
  • Re: Unreferenced... Gavin Smith

Reply via email to