aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Rogers <brogers@suse.com>2012-06-13 16:29:17 -0600
committerMichael Roth <mdroth@linux.vnet.ibm.com>2012-06-25 08:55:50 -0500
commit4c45bf61d315316b5932051551c16b17cf9b3d85 (patch)
treefd7408bfef43548430188ab4e01686c0dbdbd933
parent70d582074f0b9485ad9800f8e0126ef68608ba85 (diff)
build: install qmp-commands.txt
File is targeted for install, but is never installed. Signed-off-by: Bruce Rogers <brogers@suse.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> (cherry picked from commit 0cd23fcc0afe0a847e2e68797b64b297b20121f9) Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9b7a85e4d..9707fa0ef 100644
--- a/Makefile
+++ b/Makefile
@@ -271,6 +271,7 @@ endif
install-doc: $(DOCS)
$(INSTALL_DIR) "$(DESTDIR)$(qemu_docdir)"
$(INSTALL_DATA) qemu-doc.html qemu-tech.html "$(DESTDIR)$(qemu_docdir)"
+ $(INSTALL_DATA) QMP/qmp-commands.txt "$(DESTDIR)$(qemu_docdir)"
ifdef CONFIG_POSIX
$(INSTALL_DIR) "$(DESTDIR)$(mandir)/man1"
$(INSTALL_DATA) qemu.1 qemu-img.1 "$(DESTDIR)$(mandir)/man1"