]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
build: install qmp-commands.txt
authorBruce Rogers <brogers@suse.com>
Wed, 13 Jun 2012 22:29:17 +0000 (16:29 -0600)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 25 Jun 2012 13:55:50 +0000 (08:55 -0500)
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>
Makefile

index 9b7a85e4d28dac45eac0d0240ef681b4d00b5347..9707fa0ef8411a2f60a3d8a08d7cd77807c5e59e 100644 (file)
--- 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"