From 702830465ac87867fa4051a9be5036ef0b795c13 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 31 Aug 2023 23:02:14 -0400 Subject: Move man pages to their own directory --- meson_options.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 7fe112a4..09fc2334 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -13,6 +13,12 @@ option('html', type: 'feature', value: 'auto', yield: true, option('lint', type: 'boolean', value: false, yield: true, description: 'Run code quality checks') +option('man', type: 'feature', value: 'enabled', yield: true, + description: 'Install man pages') + +option('man_html', type: 'feature', value: 'auto', yield: true, + description: 'Build HTML man pages') + option('singlehtml', type: 'feature', value: 'auto', yield: true, description: 'Build single-page HTML documentation') -- cgit v1.2.1