aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-03-25 10:23:29 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-03-25 10:23:29 +0000
commit8fdf0dd7e95846eebbba6b8a579eff3438037a7d (patch)
tree45b719fd97d6ca3625fd79c4373f3bc2ab26e205 /docs
parent6ab58a7ed9cbcffe1f5235ad9626f0bc90bf9723 (diff)
downloadxen-8fdf0dd7e95846eebbba6b8a579eff3438037a7d.tar.gz
xen-8fdf0dd7e95846eebbba6b8a579eff3438037a7d.tar.bz2
xen-8fdf0dd7e95846eebbba6b8a579eff3438037a7d.zip
Trivial build cleanup.
xenapi.out needs to be ignored and removed on clean; tools/ioemu/i386-dm/Makefile is a soft link and should be ignored. Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/xen-api/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xen-api/Makefile b/docs/xen-api/Makefile
index 41a9264c6f..214f94325a 100644
--- a/docs/xen-api/Makefile
+++ b/docs/xen-api/Makefile
@@ -41,4 +41,4 @@ xenapi-datamodel-graph.eps: xenapi-datamodel-graph.dot
.PHONY: clean
clean:
- rm -f *.pdf *.ps *.dvi *.aux *.log $(EPSDOT)
+ rm -f *.pdf *.ps *.dvi *.aux *.log *.out $(EPSDOT)