next up previous contents
Next: Instructions for Making a Up: Repo Developer Guide Previous: Build Tasks   Contents

Documentation

The documentation is composed using LATEX. The suggested LATEX distribution to compile the documentation is [teTEX].

LATEX compiles the documentation to DVI format. DVI documentation can be converted to PostScript using dvips. PDF version of the documentation can be generated with pdflatex. Online version, or HTML version, of the documentation can be generated with [LATEX2HTML]. Figure 1 shows the process of building the documentation.

Some LATEX documents include EPS diagram. These diagrams are drawn by hand using [Dia]. The diagrams are stored in CVS in Dia native binary format. Dia can export its diagrams to EPS format.

Figure 1: Building the documentation
\includegraphics[scale=.4]{documentation.eps}

There is a makefile to automate all of the above commands. The makefile requires [GNU make].