The Makefile can either build both the .pdf and .ps versions of the guide
using the target 'book'. There are individual ps and pdf targets for each 
version separately. The clean target removes all built components, and the 
source target creates a tarball of the current source tree.

Building the whole book requires the following programs/commands:

sh
make
cd
cp
rm
mv
basename
echo
tar
latex
makeindex
pdflatex
dvips
convert

On a Debian system these can be found in the following packages:

build-essential
tetex-bin
imagemagick

On other Linux systems other package names may be used. I am not familiar
with these systems.

Luck,

Dwarf
