From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dpYqS-0006Tc-D7 for qemu-devel@nongnu.org; Wed, 06 Sep 2017 07:50:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dpYqN-0006zN-Uv for qemu-devel@nongnu.org; Wed, 06 Sep 2017 07:50:12 -0400 Date: Wed, 6 Sep 2017 13:49:53 +0200 From: Kevin Wolf Message-ID: <20170906114953.GF3753@dhcp-200-186.str.redhat.com> References: <20170906110359.13854-1-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170906110359.13854-1-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH v5] docs: add qemu-block-drivers(7) man page List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, Eric Blake , el13635@mail.ntua.gr Am 06.09.2017 um 13:03 hat Stefan Hajnoczi geschrieben: > Block driver documentation is available in qemu-doc.html. It would be > convenient to have documentation for formats, protocols, and filter > drivers in a man page. > > Extract the relevant part of qemu-doc.html into a new file called > docs/qemu-block-drivers.texi. This file can also be built as a > stand-alone document (man, html, etc). > > Signed-off-by: Stefan Hajnoczi > --- > v5: > * Dropped .html, .info, and .txt due to cross-platform texi toolchain > issues (qemu-img.texi also supports man output only) after Kevin > reported warnings Now it doesn't build at all any more. :-( GEN docs/qemu-block-drivers.7 No filename or title make: *** [rules.mak:387: docs/qemu-block-drivers.7] Fehler 21 Kevin