aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-03-03 11:43:19 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-03-03 11:43:19 +0000
commit7554eb1321a25e9db13a381cf52a5a8842e1a350 (patch)
tree9b417869331a97cbe0516d1d22a7fa556b063fc6 /docs/Makefile
parent126860c4eefb0ba87bec4d0437e65a81ddf93a18 (diff)
downloadxen-7554eb1321a25e9db13a381cf52a5a8842e1a350.tar.gz
xen-7554eb1321a25e9db13a381cf52a5a8842e1a350.tar.bz2
xen-7554eb1321a25e9db13a381cf52a5a8842e1a350.zip
bitkeeper revision 1.1159.258.18 (4226f857ltmzeYRsvtnlD8t5FVTvhw)
Remove support for tgif as a tool. We don't use it and it's hard to find as and rpm. Signed-off-by: cl349@cl.cam.ac.uk
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/Makefile b/docs/Makefile
index d9ae6715ac..e05a84fad4 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -7,7 +7,6 @@ PS2PDF := ps2pdf
DVIPS := dvips
LATEX := latex
FIG2DEV := fig2dev
-TGIF := tgif
LATEX2HTML := latex2html
pkgdocdir := /usr/share/doc/xen
@@ -17,8 +16,7 @@ DOC_PS := $(patsubst src/%.tex,ps/%.ps,$(DOC_TEX))
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
@@ -58,9 +56,6 @@ ps/%.ps: %.dvi
%.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 \