diff options
author | David Robillard <d@drobilla.net> | 2024-11-28 09:58:22 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-12-19 19:55:39 -0500 |
commit | b1c955b1e0e3ae6b4b0c74112ae68a2966a92d35 (patch) | |
tree | adb35b8b9f9e310ea5de0437d791b26e2c574bb9 /meson_options.txt | |
parent | 5af9d9a0bff772f232d8a232a138c903ca5ba100 (diff) | |
download | jalv-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.txt | 3 |
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') |