aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-08-03 15:29:34 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-08-03 15:29:34 +0000
commitef4ba176d8c47297a70d0ba5adb88b008574b225 (patch)
tree84c2b8d6e62851c4600a2be5af230a1f784bc2fd /docs/Makefile
parentc897cb3bac0a262a446dd8591e6be6bb8bb33861 (diff)
downloadxen-ef4ba176d8c47297a70d0ba5adb88b008574b225.tar.gz
xen-ef4ba176d8c47297a70d0ba5adb88b008574b225.tar.bz2
xen-ef4ba176d8c47297a70d0ba5adb88b008574b225.zip
bitkeeper revision 1.1108.56.1 (410faf5emvfslB-BTjuTK5EQwf6sxQ)
Fix LaTeX source.
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Makefile b/docs/Makefile
index fc3ea52bad..ae8db6a27c 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -33,8 +33,8 @@ install: $(DOCUMENTS)
dvips -Ppdf -G0 -o $@ $<
%.dvi: %.tex
- latex $*
- if [ -e $*.toc ] ; then latex $* ; fi
+ latex $* >/dev/null
+ if [ -e $*.toc ] ; then latex $* >/dev/null ; fi
%.eps: %.fig
fig2dev -L eps $< $@
@@ -43,4 +43,4 @@ install: $(DOCUMENTS)
tgif -print -color -eps $<
%.html: %.tex
- latex2html --split 0 --nonavigation --noinfo --math $<
+ latex2html --split 0 --nonavigation --noinfo --math $< 1>/dev/null 2>/dev/null