This directory contains the Cvo documentation written by Larry Weeks
and Sean Ahern during their internships at Cray Research.  It consists of
several directories:

    examples		Example source code refered to in the documentation
			Note that many files are incomplete at this time.

    source		The actual source.  The source is in a .lang format
			which can be converted to .html files via an awk
			script.  The goal is to be able to produce .man
			files in the future by another awk script.

    html		Created by source/Makefile.  Contains the final
			HTML output.  This should be a self contained
			directory with all the HTML files needed to
			view these documents via Mosaic.  You should
    	    	    	start with index.html.

    tutorial		A FrameMaker document containing a tutorial
			for Cvo.  The file tutorial/tutorial.ps is
			a PostScript version of the document.

To build the documentation you should only need to run "make" in the
source directory.  It will create the directory html and leave all
the html documents there.

Note that you will probably need to edit the file source/makemf to
point to where you have placed the Cvo header files instead of
pointing to /home/vtools_dev/Cvo/Cvo.
