summary refs log tree commit diff stats
path: root/docs/meson.build
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2020-11-12 14:40:40 +0000
committerPeter Maydell <peter.maydell@linaro.org>2020-11-23 11:10:04 +0000
commit773ee3f1ea50eb996cced930cc29b1b27bfbc6fa (patch)
tree2e5952023dd1b0ffdc4a1c4357beea9bd4a6ec15 /docs/meson.build
parent0daf34fd3a18aa2a43217c320e2a39d69e52d3f4 (diff)
downloadfocaccia-qemu-773ee3f1ea50eb996cced930cc29b1b27bfbc6fa.tar.gz
focaccia-qemu-773ee3f1ea50eb996cced930cc29b1b27bfbc6fa.zip
docs: Split qemu-pr-helper documentation into tools manual
Split the documentation of the qemu-pr-helper binary into the tools
manual, and give it a manpage like our other standalone executables.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'docs/meson.build')
-rw-r--r--docs/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/meson.build b/docs/meson.build
index bf8204a08f..ebd85d59f9 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -60,6 +60,7 @@ if build_docs
     'tools': {
         'qemu-img.1': (have_tools ? 'man1' : ''),
         'qemu-nbd.8': (have_tools ? 'man8' : ''),
+        'qemu-pr-helper.8': (have_tools ? 'man8' : ''),
         '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' : ''),