aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
authordoogie@brainfood.com[kaf24] <doogie@brainfood.com[kaf24]>2005-03-12 15:29:44 +0000
committerdoogie@brainfood.com[kaf24] <doogie@brainfood.com[kaf24]>2005-03-12 15:29:44 +0000
commitbe7913c187dda75bed2e1d6a5fb829ea206c1c90 (patch)
tree05e431cb1ea3d994782d5ac8b9442d5260719312 /docs/Makefile
parent61b59d9dd59957229d0938a7549b7ce8dcbda254 (diff)
downloadxen-be7913c187dda75bed2e1d6a5fb829ea206c1c90.tar.gz
xen-be7913c187dda75bed2e1d6a5fb829ea206c1c90.tar.bz2
xen-be7913c187dda75bed2e1d6a5fb829ea206c1c90.zip
bitkeeper revision 1.1159.270.3 (42330ae8efsd9SdlhNX6EpksrtV6oQ)
[PATCH] add-build.patch Add build targets to all makefiles. Debian does builds as non-root, so it's better to do as much as possible before requiring root privs. Signed-off-by: Adam Heath <doogie@brainfood.com>
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 8b968dc87e..117e63ce4f 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -18,7 +18,8 @@ DOC_HTML := $(patsubst src/%.tex,html/%/index.html,$(DOC_TEX))
GFX = $(patsubst %.fig, %.eps, $(wildcard figs/*.fig))
-all: ps pdf html
+all: build
+build: ps pdf html
rm -f *.aux *.dvi *.bbl *.blg *.glo *.idx *.ilg *.log *.ind *.toc
ps: $(DOC_PS)