br260@laudney.cl.cam.ac.uk
bren@anvil.research
cl349@arcadians.cl.cam.ac.uk
+cl349@firebug.cl.cam.ac.uk
cl349@freefall.cl.cam.ac.uk
cl349@labyrinth.cl.cam.ac.uk
cwc22@centipede.cl.cam.ac.uk
DVIPS := dvips
LATEX := latex
FIG2DEV := fig2dev
-TGIF := tgif
LATEX2HTML := latex2html
pkgdocdir := /usr/share/doc/xen
DOC_PDF := $(patsubst src/%.tex,pdf/%.pdf,$(DOC_TEX))
DOC_HTML := $(patsubst src/%.tex,html/%/index.html,$(DOC_TEX))
-GFX = $(patsubst %.obj, %.eps, $(wildcard figs/*.obj))
-GFX += $(patsubst %.fig, %.eps, $(wildcard figs/*.fig))
+GFX = $(patsubst %.fig, %.eps, $(wildcard figs/*.fig))
all: ps pdf html
rm -f *.aux *.dvi *.bbl *.blg *.glo *.idx *.ilg *.log *.ind *.toc
%.eps: %.fig
$(FIG2DEV) -L eps $< $@
-%.eps: %.obj
- $(TGIF) -print -color -eps $<
-
html/%/index.html: src/%.tex
$(INSTALL_DIR) $(@D)
$(LATEX2HTML) -split 0 -show_section_numbers -toc_depth 3 -nonavigation \
silent_which dvips || exit 1
silent_which ps2pdf || exit 1
silent_which fig2dev || exit 1
-silent_which tgif || exit 1
exit 0
\item [$*$] Development installation of libcurl (e.g., libcurl-devel)
\item [$*$] Development installation of zlib (e.g., zlib-dev).
\item [$*$] Development installation of Python v2.2 or later (e.g., python-dev).
-\item [$*$] \LaTeX, transfig and tgif are required to build the documentation.
+\item [$*$] \LaTeX and transfig are required to build the documentation.
\end{itemize}
Once you have satisfied the relevant prerequisites, you can