From 66e56e754b601d56be639370fdfcae3231a35b2c Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 6 Aug 2008 09:34:55 +0100 Subject: install more documentation to /usr/share/doc/xen and /etc/xen Also resync xmexample3 with xmexample1 and 2. Signed-off-by: Samuel Thibault --- tools/xenmon/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/xenmon') diff --git a/tools/xenmon/Makefile b/tools/xenmon/Makefile index 1a53d65d22..0b35f451d0 100644 --- a/tools/xenmon/Makefile +++ b/tools/xenmon/Makefile @@ -33,6 +33,8 @@ install: build $(INSTALL_PROG) xenbaked $(DESTDIR)$(SBINDIR)/xenbaked $(INSTALL_PROG) xentrace_setmask $(DESTDIR)$(SBINDIR)/xentrace_setmask $(INSTALL_PROG) xenmon.py $(DESTDIR)$(SBINDIR)/xenmon.py + $(INSTALL_DIR) $(DESTDIR)$(DOCDIR) + $(INSTALL_DATA) README $(DESTDIR)$(DOCDIR)/README.xenmon .PHONY: clean clean: -- cgit v1.2.3