NAME
extindex - Extract indices from extdoc-generated documentation
SYNOPSIS
extindex directory [ directory ... ]
DESCRIPTION
Extindex generates simple indices from extdoc-generated
HTML documentation. It searches each of the given directories for
command and package documentation and generates
cmdIndex.html, which lists the commands and their synopses,
and pkgIndex.html, which lists the packages and their synopses.
EXAMPLES
Scan the files in the /projects/vis/doc directory, and write
/projects/vis/doc/cmdIndex.html and
/projects/vis/doc/pkgIndex.html:
example% extindex /projects/vis/doc
FILES
See the list with the extdoc page.
SEE ALSO
extdoc,
extproto,
Documentation on Packages and File Structure,
Documentation on Naming Conventions,
The Ext System
AUTHOR
Stephen Edwards
University of California, Berkeley
sedwards@eecs.berkeley.edu