This file describes how to produce a PostScript or HTML version of the
documentation provided.

You will find the documentation in the following files:
(The other files are merely help files to produce PostScript version)

sC++.info : Documentation for sC++.

Libraries.html: Documentation for the libraries in this distribution.

Documentation for gcc can be found in the gcc directory see the README files.

To produce a printable version (PostScript) of the files follow these steps:

*.texi files:
	cat texinfo.tex docFile.texi > out.tex
	tex out.tex
	tex out.tex (it should be run twice to update the cross references)
	dvips out.dvi -o out.ps (the document will be put in out.ps)

*.sh files:
	Make sure that you are in the Documentation directory.
	Then launch the script, giving it the parameter:
	    INSTALL='full path to the directory given as installation
	            directory to the 'install' script in the directory above.'
	This produces an html file which can be accessed from any locally
	located WWW browser.
	The same documentation can be found on the sC++ home page at:
	http://ltiwww.epfl.ch/sCxx.