Chapter 3. Contents of the distribution

bin/

Contains the command-line tools: shell scripts for use on Unix/Linux/Mac OS X and .bat files for use on Windows (2000, XP, Vista).

css/

Contains the CSS style sheets which are used to customize the look of the HTML pages generated by sci2html, sci2chm and sci2jh.

doc/

Contains this document in various formats.

docbook_xsl/

Contains a copy of the DocBook XSL style sheets. These style sheets are used to convert DocBook 5 documents (and hence, Scilab documentation) to HTML, PostScript, PDF, JavaHelp, etc.

legal/

Contains a README and a LICENSE file for each software component bundled with this toolkit.

lib/

Contains all the software components (that is, Java class libraries packaged as .jar files) bundled with this toolkit.

schema/

Contains scilab.rnc, the RELAX NG schema defining the DocBook 5 subset used for the documentation of Scilab.

src/

Contains the source code of two utility classes needed by the command-line tools of this toolkit. More information in "Recompiling the sources".

xsl/
convert/manrev2sci.xsl

The XSLT style sheet used to convert a document conforming to manrev.dtd to a document conforming to the DocBook 5 subset.

convert/man2manrevxsl

The XSLT style sheet used to convert a document conforming to man.dtd to a document conforming to manrev.dtd.

fo/docbook.xsl

Fixes bugs in the stock docbook/fo/htmltbl.xsl.