doc/README:

The doc directory contain documentation for the EXODUS Storage Manager.
See install.man for instructions on how to install the Storage Manager.

The following documents are included:

install.man:       installation "man" page
sm3doc.me:         user guide = "Using the EXODUS Storage Manager V3.1"
sm3docdiff.me:     differences between 3.0 and 2.2
using3.0.me:       guide for 2.2 users to getting started quickly with 3.0 
arch_overview.me:  architectural overview of the Storage Manager
	(archfigure.psf is a figure for the architectural overview.)
Makefiles.man:     "man" page for Storage Manager compilation 
source.man:        "man" page for browsing the Storage Manager source
makews.man:        internal UW doc's for building compilation workspaces


These documents are troff source (.me extension).  The Makefile 
has rules to make troff (.troff extension), postscript (.ps extension), 
and acsii (.ascii extension) versions of the documents.  For example,
to make a postscript version of the installation guide, run
"make install.ps".   The architectural overview must be printed
in postscript format to include a diagram of the system.

The Makefile also has a rule to print the postscript versions:
	lpr -P$(PRINTER) $*.ps
You can use it by setting your environment variable PRINTER to 
the name of your Postscript printer, and doing

	make -e <document of interest>.print

or by editing the Makefile to define 
	PRINTER = <name of your Postscript printer>
