Re: [Qemu-devel] [PATCH v2 06/11] build-sys: add qapi doc generation targets

2016-10-27 Thread Markus Armbruster
Marc-André Lureau writes: > Add qapi doc generation targets, qemu-qapi.texi, qemu-ga-qapi.texi > (implicit pdf works too) and qemu-qapi.txt. The generated > documentation isn't complete yet, so don't bother to build it by > default or install it yet. > > Signed-off-by: Marc-André Lureau > --- >

[Qemu-devel] [PATCH v2 06/11] build-sys: add qapi doc generation targets

2016-09-25 Thread Marc-André Lureau
Add qapi doc generation targets, qemu-qapi.texi, qemu-ga-qapi.texi (implicit pdf works too) and qemu-qapi.txt. The generated documentation isn't complete yet, so don't bother to build it by default or install it yet. Signed-off-by: Marc-André Lureau --- Makefile | 15 +++ 1 file chan