Re: [PATCH v5 14/20] scripts/qapi: Remove texinfo generation support

2020-09-25 Thread Markus Armbruster
Peter Maydell writes: > On Fri, 4 Sep 2020 at 14:37, Markus Armbruster wrote: >> Peter Maydell writes: >> > -.PHONY: check-tests/qapi-schema/doc-good.texi >> > -check-tests/qapi-schema/doc-good.texi: >> > tests/qapi-schema/doc-good.test.texi >> > - @diff -u

Re: [PATCH v5 14/20] scripts/qapi: Remove texinfo generation support

2020-09-24 Thread Peter Maydell
On Fri, 4 Sep 2020 at 14:37, Markus Armbruster wrote: > Peter Maydell writes: > > -.PHONY: check-tests/qapi-schema/doc-good.texi > > -check-tests/qapi-schema/doc-good.texi: tests/qapi-schema/doc-good.test.texi > > - @diff -u $(SRC_PATH)/tests/qapi-schema/doc-good.texi $< > We shouldn't just

Re: [PATCH v5 14/20] scripts/qapi: Remove texinfo generation support

2020-09-04 Thread Markus Armbruster
Peter Maydell writes: > We no longer use the generated texinfo format documentation, > so delete the code that generates it, and the test case for > the generation. > > Reviewed-by: Richard Henderson > Signed-off-by: Peter Maydell > --- > Makefile| 1 - >

[PATCH v5 14/20] scripts/qapi: Remove texinfo generation support

2020-08-10 Thread Peter Maydell
We no longer use the generated texinfo format documentation, so delete the code that generates it, and the test case for the generation. Reviewed-by: Richard Henderson Signed-off-by: Peter Maydell --- Makefile| 1 - scripts/qapi-gen.py | 2 -