From: Bruce Rogers Date: Wed, 13 Jun 2012 22:29:17 +0000 (-0600) Subject: build: install qmp-commands.txt X-Git-Tag: v1.1.1~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c45bf61d315316b5932051551c16b17cf9b3d85;p=thirdparty%2Fqemu.git build: install qmp-commands.txt File is targeted for install, but is never installed. Signed-off-by: Bruce Rogers Signed-off-by: Luiz Capitulino (cherry picked from commit 0cd23fcc0afe0a847e2e68797b64b297b20121f9) Signed-off-by: Michael Roth --- diff --git a/Makefile b/Makefile index 9b7a85e4d28..9707fa0ef84 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"