Re: [Qemu-devel] [PATCH v5 17/17] build-sys: add qapi doc generation targets

2016-11-21 Thread Marc-André Lureau
Hi On Fri, Nov 18, 2016 at 4:32 PM Markus Armbruster wrote: > Marc-André Lureau writes: > > > Generate and install the man and html version of QAPI documentation. > > > > Add it also to optional pdf/dvi/info targets. > > > > Also support plain-text targets docs/qemu-ga-ref.txt & > docs/qemu-qmp

Re: [Qemu-devel] [PATCH v5 17/17] build-sys: add qapi doc generation targets

2016-11-18 Thread Markus Armbruster
Marc-André Lureau writes: > Generate and install the man and html version of QAPI documentation. > > Add it also to optional pdf/dvi/info targets. > > Also support plain-text targets docs/qemu-ga-ref.txt & docs/qemu-qmp-ref.txt. > > Signed-off-by: Marc-André Lureau > --- > Makefile |

[Qemu-devel] [PATCH v5 17/17] build-sys: add qapi doc generation targets

2016-11-17 Thread Marc-André Lureau
Generate and install the man and html version of QAPI documentation. Add it also to optional pdf/dvi/info targets. Also support plain-text targets docs/qemu-ga-ref.txt & docs/qemu-qmp-ref.txt. Signed-off-by: Marc-André Lureau --- Makefile | 56