From 9a3523f77d7c6b7ee786ff98e91658bdebff6473 Mon Sep 17 00:00:00 2001 From: Jason Francis Date: Fri, 13 May 2022 19:26:49 -0400 Subject: meson: update man option to mention it now requires rst2man --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 0ea94eb47..d198d99d5 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -30,7 +30,7 @@ option('introspection', value: 'auto', yield: true) option('man', - description: 'Whether to generate man pages (requires xlstproc)', + description: 'Whether to generate man pages (requires rst2man)', type: 'boolean', value: true) option('relocatable', -- cgit v1.2.1