aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-06 09:34:55 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-06 09:34:55 +0100
commit66e56e754b601d56be639370fdfcae3231a35b2c (patch)
treeacea75307ccab8c411a8357dad886246a13444f0 /stubdom
parent1d0103c4da578fba9dee662b1e72ba69a58c22e0 (diff)
downloadxen-66e56e754b601d56be639370fdfcae3231a35b2c.tar.gz
xen-66e56e754b601d56be639370fdfcae3231a35b2c.tar.bz2
xen-66e56e754b601d56be639370fdfcae3231a35b2c.zip
install more documentation to /usr/share/doc/xen and /etc/xen
Also resync xmexample3 with xmexample1 and 2. Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Diffstat (limited to 'stubdom')
-rw-r--r--stubdom/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/stubdom/Makefile b/stubdom/Makefile
index 753aabd0bf..6a39c39e7d 100644
--- a/stubdom/Makefile
+++ b/stubdom/Makefile
@@ -296,11 +296,15 @@ pv-grub: mini-os-grub libxc grub
#########
ifeq ($(STUBDOM_SUPPORTED),1)
-install: install-ioemu install-grub
+install: install-readme install-ioemu install-grub
else
install:
endif
+install-readme:
+ $(INSTALL_DIR) $(DESTDIR)$(DOCDIR)
+ $(INSTALL_DATA) README $(DESTDIR)$(DOCDIR)/README.stubdom
+
install-ioemu: ioemu-stubdom
$(INSTALL_DIR) "$(DESTDIR)/usr/lib/xen/bin"
$(INSTALL_PROG) stubdom-dm "$(DESTDIR)/usr/lib/xen/bin"