Node: Ending a File, Next: , Previous: Beginning a File, Up: Top



Ending a Texinfo File

The end of a Texinfo file should include commands to create indices, and the @bye command to mark the last line to be processed.

For example:

     @node Index
     @unnumbered Index
     
     @printindex cp
     
     @bye