aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-28 09:58:22 -0500
committerDavid Robillard <d@drobilla.net>2024-12-19 19:55:39 -0500
commitb1c955b1e0e3ae6b4b0c74112ae68a2966a92d35 (patch)
treeadb35b8b9f9e310ea5de0437d791b26e2c574bb9 /meson_options.txt
parent5af9d9a0bff772f232d8a232a138c903ca5ba100 (diff)
downloadjalv-b1c955b1e0e3ae6b4b0c74112ae68a2966a92d35.tar.gz
jalv-b1c955b1e0e3ae6b4b0c74112ae68a2966a92d35.tar.bz2
jalv-b1c955b1e0e3ae6b4b0c74112ae68a2966a92d35.zip
Rewrite man pages in mdoc
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index abc5409..f0577ef 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -22,6 +22,9 @@ option('lint', type: 'boolean', value: false, yield: true,
option('man', type: 'feature', value: 'enabled', yield: true,
description: 'Install man pages')
+option('man_html', type: 'feature', yield: true,
+ description: 'Build HTML man pages')
+
option('posix', type: 'feature', yield: true,
description: 'Use POSIX system facilities')