From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
Qemu-block <qemu-block@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, 8 Jan 2021 17:46:10 +0100 [thread overview]
Message-ID: <f06a1192-e14a-2e8a-9f40-8158b51127c7@redhat.com> (raw)
In-Reply-To: <20210108161416.21129-2-peter.maydell@linaro.org>
On 1/8/21 5:14 PM, Peter Maydell wrote:
> 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: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> 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' : ''),
>
next prev parent reply other threads:[~2021-01-08 16:49 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é [this message]
2021-01-08 18:22 ` Alex Bennée
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=f06a1192-e14a-2e8a-9f40-8158b51127c7@redhat.com \
--to=philmd@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-block@nongnu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).