Texinfo-Menus version 1.02, released December 7, 2010
Texinfo::Menus updates the menus and node links in a Texinfo file based on its chapter structure. The file may use `@include' to include other files, which may also `@inlcude' other files. Unlike the similar Emacs functions, Texinfo::Menus does not require that each chapter be in a separate file.
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build install
Pass the --no-scripts option to Build.PL if you don't want to install the up_menus script.
DEPENDENCIES
Package Minimum Version
CHANGES
Here's what's new in version 1.02 of Texinfo::Menus: (See the file "Changes" for the full revision history.)
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Christopher J. Madsen.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.