Update is a tool to create html tables from a directory listing.  To use it 
you must have two files in the directory in which you are using this
program:
	index	-	a listing of the files in the directory
	path	-	the path to the directory and whatever you want
			at the top of the document

To make the index file, type

	PROMPT> dir > index

The path file must be of the following format:

	http://host.domain/path/to/the/directory/
	Title +
	Header +
	Whatever you want to add here...

The "+" signs are VERY important.  If you have problems, this is a good
thing to check on.

To compile, simply type

	PROMPT> make

Hope you find this useful.  You are free to change and distribute this 
program in accordance with the GNU Publishing License.  Have fun.

-Andy Parkerson
