                            Calypso Documentation


1- Contents of this directory
-----------------------------

This directory contains the source of the manual written in LaTeX and several
target versions:

	- manual.dvi (DVI version)
	- manual.ps (PostScript version)
	- index.html and manual*.html (HTML version)

An on-line HTML is also available at 
http://pauillac.inria.fr/~diaz/calypso/manual

The installation procedure copies each version in a directory INSTALL_DIR/doc
(see file ../INSTALL).



2- Rebuilding the manual
------------------------

Each version can be reconstructed using the Makefile (type 'make help' for
a brief summary of available targets). Be sure to have the following environment before trying to rebuild the manual:

   - LaTeX2e (with standard packages) is needed to rebuild the DVI version.
   - dvips is needed to rebuild the PostScript version from the DVI.
   - HeVeA (version >= 1.03-1) is required to rebuild the HTML version.
     HeVeA can be obtained at http://pauillac.inria.fr/~maranget/hevea/




