[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] build: install qmp-commands.txt
From: |
Luiz Capitulino |
Subject: |
Re: [Qemu-devel] [PATCH] build: install qmp-commands.txt |
Date: |
Fri, 15 Jun 2012 13:55:00 -0300 |
On Wed, 13 Jun 2012 16:29:17 -0600
Bruce Rogers <address@hidden> wrote:
> File is targeted for install, but is never installed.
I've applied this to the qmp branch.
But note that the qapi-schema.json is going to supersede qmp-commands.txt
for the 1.2 release and we'll generate a new qmp spec from it.
Thanks.
>
> Signed-off-by: Bruce Rogers <address@hidden>
> ---
> Makefile | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 32550cb..74f5c5f 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"