aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Rogers <brogers@suse.com>2012-06-13 16:29:17 -0600
committerLuiz Capitulino <lcapitulino@redhat.com>2012-06-15 13:52:38 -0300
commit0cd23fcc0afe0a847e2e68797b64b297b20121f9 (patch)
tree1b0079c21234338e11b0b8beb2f588b6b092b6b4 /Makefile
parentafeecec2e8e99ba184c487633d5d0dde68a002ac (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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 32550cbfaf..74f5c5fbc5 100644
--- a/Makefile
+++ b/Makefile
@@ -272,6 +272,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"