Re: [PATCH] build: Re-introduce an 'info' target to build a Texinfo manual.

2024-03-22 Thread Maxim Cournoyer
Hi Daniel, Daniel P. Berrangé writes: > On Tue, Mar 19, 2024 at 11:47:59AM +, Peter Maydell wrote: >> On Mon, 18 Mar 2024 at 03:05, Maxim Cournoyer >> wrote: >> > >> > This reinstates >> > <https://lists.gnu.org/archive/html/qemu-devel/2020-0

Re: [PATCH] build: Re-introduce an 'info' target to build a Texinfo manual.

2024-03-22 Thread Maxim Cournoyer
Hi Peter, Peter Maydell writes: > On Mon, 18 Mar 2024 at 03:05, Maxim Cournoyer > wrote: >> >> This reinstates >> <https://lists.gnu.org/archive/html/qemu-devel/2020-09/msg09228.html>, >> which was committed at some point but reverted many years la

[PATCH] build: Re-introduce an 'info' target to build a Texinfo manual.

2024-03-17 Thread Maxim Cournoyer
cal session. * docs/meson.build (texi, info): New targets. Signed-off-by: Maxim Cournoyer --- docs/meson.build | 22 ++ 1 file changed, 22 insertions(+) diff --git a/docs/meson.build b/docs/meson.build index 9040f860ae..2ae7886fcb 100644 --- a/docs/meson.build +++ b/docs/

Re: [PATCH] build: Build and install the info manual.

2020-10-04 Thread Maxim Cournoyer
Hello Peter, Peter Maydell writes: > On Sun, 27 Sep 2020 at 03:21, Maxim Cournoyer > wrote: [...] >> I personally don't understand the rationale of hiding the devel section >> from users, especially given the kind of users QEMU is likely to attract >> (

Re: [PATCH] build: Build and install the info manual.

2020-09-26 Thread Maxim Cournoyer
Hello Peter, Peter Maydell writes: > On Sat, 26 Sep 2020 at 05:36, Maxim Cournoyer > wrote: >> > This isn't the right thing. You should be pointing sphinx-build >> > at each of the individual manuals (system, interop, etc) and >> > generating one

Re: [PATCH] build: Build and install the info manual.

2020-09-25 Thread Maxim Cournoyer
Hello Peter, Peter Maydell writes: > On Fri, 25 Sep 2020 at 07:27, Maxim Cournoyer > wrote: >> >> Take advantage of the Sphinx texinfo backend to generate a QEMU info >> manual. The texinfo format allows for more structure and info readers >> provide more ad

[PATCH] build: Build and install the info manual.

2020-09-24 Thread Maxim Cournoyer
Take advantage of the Sphinx texinfo backend to generate a QEMU info manual. The texinfo format allows for more structure and info readers provide more advanced navigation capabilities compared to manpages readers. * configure (infodir): Add the --infodir option, which allows configuring the dire

[PATCH v5.1.0] build: Build and install the info manual.

2020-09-24 Thread Maxim Cournoyer
Take advantage of the Sphinx texinfo backend to generate a QEMU info manual. The texinfo format allows for more structure and info readers provide more advanced navigation capabilities compared to manpages readers. * configure (infodir): Add the --infodir option, which allows configuring the dire