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? -------- \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