From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfZnD-0000r7-7I for qemu-devel@nongnu.org; Fri, 15 Jun 2012 12:54:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SfZnB-0004mi-GQ for qemu-devel@nongnu.org; Fri, 15 Jun 2012 12:54:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49648) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfZnB-0004mX-8J for qemu-devel@nongnu.org; Fri, 15 Jun 2012 12:54:37 -0400 Date: Fri, 15 Jun 2012 13:55:00 -0300 From: Luiz Capitulino Message-ID: <20120615135500.71931e31@doriath.home> In-Reply-To: <1339626557-18016-1-git-send-email-brogers@suse.com> References: <1339626557-18016-1-git-send-email-brogers@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] build: install qmp-commands.txt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bruce Rogers Cc: qemu-devel@nongnu.org On Wed, 13 Jun 2012 16:29:17 -0600 Bruce Rogers 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 > --- > 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"