qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] build: install qmp-commands.txt
@ 2012-06-13 22:29 Bruce Rogers
  2012-06-15 16:55 ` Luiz Capitulino
  0 siblings, 1 reply; 2+ messages in thread
From: Bruce Rogers @ 2012-06-13 22:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: Bruce Rogers

File is targeted for install, but is never installed.

Signed-off-by: Bruce Rogers <brogers@suse.com>
---
 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"
-- 
1.7.7

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] build: install qmp-commands.txt
  2012-06-13 22:29 [Qemu-devel] [PATCH] build: install qmp-commands.txt Bruce Rogers
@ 2012-06-15 16:55 ` Luiz Capitulino
  0 siblings, 0 replies; 2+ messages in thread
From: Luiz Capitulino @ 2012-06-15 16:55 UTC (permalink / raw)
  To: Bruce Rogers; +Cc: qemu-devel

On Wed, 13 Jun 2012 16:29:17 -0600
Bruce Rogers <brogers@suse.com> 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 <brogers@suse.com>
> ---
>  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"

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-15 16:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-13 22:29 [Qemu-devel] [PATCH] build: install qmp-commands.txt Bruce Rogers
2012-06-15 16:55 ` Luiz Capitulino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).