The LaTeX sources for various Adonthell-related documentation are available via anonymous CVS.

Instructions

You have to have cvs installed of course. On unixish systems type: (It's one long line after each prompt ('>'), even if your browser wraps it.)

> export CVS_RSH=ssh
> cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/adonthell co -P doc


This will create the doc/ directory inside your current working directory. Type

> cvs -z3 update -dP

within this directory whenever you wish to update your copy of the documentation.

If you are new to CVS and want to learn more, have a look at the free chapters of Open Source Development with CVS by Karl Fogel.

To create the documentation, do a

> ./autogen.sh
> ./configure
> make
> make install


within the doc directory. The INSTALL file that accompanies the documentation may provide further assistence.

Requirements

The following tools are required to build the documentation: pdflatex, dot (part of the graphviz package, fig2dev (part of transfig) and ps2eps. Further, you will need GNU automake >= 1.6 and autoconf >= 2.50.


pagedesign: © Copyright 2007 The Adonthell Team / Benjamin Walther-Franks
contents: © Copyright 2007 The Adonthell Team / Kai Sterker
All rights reserved