From: "Alex Bennée" <alex.bennee@linaro.org>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
qemu-devel@nongnu.org, Stefan Hajnoczi <stefanha@redhat.com>
Subject: Re: [PATCH v2 1/2] docs: Add qemu-storage-daemon(1) manpage to meson.build
Date: Fri, 08 Jan 2021 18:22:25 +0000 [thread overview]
Message-ID: <87zh1jz3tl.fsf@linaro.org> (raw)
In-Reply-To: <20210108161416.21129-2-peter.maydell@linaro.org>
Peter Maydell <peter.maydell@linaro.org> writes:
> In commit 1982e1602d15 we added a new qemu-storage-daemon(1) manpage.
> At the moment new manpages have to be listed both in the conf.py for
> Sphinx and also in docs/meson.build for Meson. We forgot the second
> of those -- correct the omission.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
> ---
> docs/meson.build | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/docs/meson.build b/docs/meson.build
> index 71641b4fe07..fae9849b79b 100644
> --- a/docs/meson.build
> +++ b/docs/meson.build
> @@ -62,6 +62,7 @@ if build_docs
> 'qemu-img.1': (have_tools ? 'man1' : ''),
> 'qemu-nbd.8': (have_tools ? 'man8' : ''),
> 'qemu-pr-helper.8': (have_tools ? 'man8' : ''),
> + 'qemu-storage-daemon.1': (have_tools ? 'man1' : ''),
> 'qemu-trace-stap.1': (config_host.has_key('CONFIG_TRACE_SYSTEMTAP') ? 'man1' : ''),
> 'virtfs-proxy-helper.1': (have_virtfs_proxy_helper ? 'man1' : ''),
> 'virtiofsd.1': (have_virtiofsd ? 'man1' : ''),
--
Alex Bennée
next prev parent reply other threads:[~2021-01-08 18:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-08 16:14 [PATCH v2 0/2] Build all docs in a single manual Peter Maydell
2021-01-08 16:14 ` [PATCH v2 1/2] docs: Add qemu-storage-daemon(1) manpage to meson.build Peter Maydell
2021-01-08 16:46 ` Philippe Mathieu-Daudé
2021-01-08 18:22 ` Alex Bennée [this message]
2021-01-08 16:14 ` [PATCH v2 2/2] docs: Build and install all the docs in a single manual Peter Maydell
2021-01-12 10:30 ` [PATCH v2 0/2] Build all " Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87zh1jz3tl.fsf@linaro.org \
--to=alex.bennee@linaro.org \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.