aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-09-20 09:17:33 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-09-20 09:17:33 +0000
commit3466017825b279b8466f8feae309dec4e3019f36 (patch)
tree8fc12fe1759c0eec8f7840b138dda9bf162d157e /docs/Makefile
parent20e8ba075ba1a968006e4748ac4113ab84796549 (diff)
downloadxen-3466017825b279b8466f8feae309dec4e3019f36.tar.gz
xen-3466017825b279b8466f8feae309dec4e3019f36.tar.bz2
xen-3466017825b279b8466f8feae309dec4e3019f36.zip
Split up docs. Signed-off-by: Robb Romans <3r@us.ibm.com>
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 12e35219e4..31edcb0f59 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -12,7 +12,7 @@ DOXYGEN := doxygen
pkgdocdir := /usr/share/doc/xen
-DOC_TEX := $(wildcard src/*.tex)
+DOC_TEX := src/user.tex src/interface.tex
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))