[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v5] docs: add qemu-block-drivers(7) man page
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH v5] docs: add qemu-block-drivers(7) man page |
Date: |
Wed, 6 Sep 2017 13:51:16 +0100 |
User-agent: |
Mutt/1.8.3 (2017-05-23) |
On Wed, Sep 06, 2017 at 01:49:53PM +0200, Kevin Wolf wrote:
> 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 <address@hidden>
> > ---
> > 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
What a nightmare, sorry. I can reproduce it after running make
distclean.
Stefan