Unreferenced Node

Heime via Users list for the Texinfo documentation system <[email protected]> Sat, 17 May 2025 12:54:50 +0000
Newsgroups gmane.comp.tex.texinfo.general
Message-ID <REbmR3GVMa8cDr-2zeelLBJotZCcWlkzRRqRi3VhCZJSm6nEBaEv1KzE2BDHHKqWWNAx8SngBUZKcvMMZD65-aHg_onFGnTEK78CpcUU_wk=@protonmail.com>
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