On 3/9/20 8:43 AM, Peter Maydell wrote: > Convert qemu-qmp-ref to rST format. This includes dropping > the plain-text, pdf and info format outputs for this document; > as with all our other Sphinx-based documentation, we provide > HTML and manpage only. > > The qemu-qmp-ref.rst is somewhat more stripped down than > the .texi was, because we do not (currently) attempt to > generate indexes for the commands, events and data types > being documented. > > Again, we drop the direct link from index.html.in now that > the QMP ref is part of the interop manual. > > This commit removes the 'info', 'txt' and 'pdf' Makefile > targets, because we no longer generate any documentation > except for the Sphinx HTML manuals and the manpages. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > Makefile | 39 ++++------------- > docs/index.html.in | 1 - > docs/interop/conf.py | 2 + > docs/interop/index.rst | 1 + > docs/interop/qemu-qmp-ref.rst | 4 ++ > docs/interop/qemu-qmp-ref.texi | 80 ---------------------------------- > 6 files changed, 16 insertions(+), 111 deletions(-) > create mode 100644 docs/interop/qemu-qmp-ref.rst > delete mode 100644 docs/interop/qemu-qmp-ref.texi
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~