The index
sample program produces minimal HTML output suitable for use with indexing engines. It converts a source document into a single, largely unformatted HTML file.
To run index
, type the following at the command line:
indexinputfile
outputfile
where:
inputfile
is the full path and file name of the source document.
outputfile
is the full path and file name of the HTML output file.
|