(texinfo) Ending a File
Info Catalog
(texinfo) Beginning a File
(texinfo) Top
(texinfo) Structuring
Ending a Texinfo File
*********************
The end of a Texinfo file should include commands to create indices
and (usually) to generate detailed and summary tables of contents. And
it must include the `@bye' command that marks the last line processed
by TeX.
For example:
@node Concept Index, , Variables Index, Top
@c node-name, next, previous, up
@unnumbered Concept Index
@printindex cp
@contents
@bye
Menu
* Printing Indices & Menus How to print an index in hardcopy and
generate index menus in Info.
* Contents How to create a table of contents.
* File End How to mark the end of a file.
Info Catalog
(texinfo) Beginning a File
(texinfo) Top
(texinfo) Structuring
automatically generated byinfo2html