Re: [PATCH v3 03/33] texi2pod: parse @include directives outside "@c man" blocks

2020-03-02 Thread Alex Bennée
Peter Maydell writes: > From: Paolo Bonzini > > This enables splitting the huge qemu-doc.texi file and keeping parallel > Texinfo and rST versions of the documentation. texi2pod is not going to > live much longer and hardly anyone cares about its upstream status, > so the temporary fork shoul

[PATCH v3 03/33] texi2pod: parse @include directives outside "@c man" blocks

2020-02-28 Thread Peter Maydell
From: Paolo Bonzini This enables splitting the huge qemu-doc.texi file and keeping parallel Texinfo and rST versions of the documentation. texi2pod is not going to live much longer and hardly anyone cares about its upstream status, so the temporary fork should be acceptable. Signed-off-by: Paol