diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2021-01-08 16:14:15 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2021-01-12 10:26:57 +0000 |
commit | fa56cf7e86f99d5557a4fb730e375777b89d8b50 (patch) | |
tree | 50644a039383d9f8d68991167905811d7410b573 /docs/meson.build | |
parent | 8d6fda8c1072fbed2d030c34a5233f17913a3ba9 (diff) |
docs: Add qemu-storage-daemon(1) manpage to meson.build
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>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20210108161416.21129-2-peter.maydell@linaro.org
Diffstat (limited to 'docs/meson.build')
-rw-r--r-- | docs/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/meson.build b/docs/meson.build index 71641b4fe0..fae9849b79 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' : ''), |