diff options
author | David Robillard <d@drobilla.net> | 2024-03-14 14:12:24 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-03-14 14:12:24 -0400 |
commit | 045b0389fc720608b57fa5243331e1d5a5eabece (patch) | |
tree | 5eebbc679270d0067746c18651de8d530d2b3fba /meson_options.txt | |
parent | 2c5df8b2164c25bd4577c49eb5830192cdd127e0 (diff) | |
download | sord-045b0389fc720608b57fa5243331e1d5a5eabece.tar.gz sord-045b0389fc720608b57fa5243331e1d5a5eabece.tar.bz2 sord-045b0389fc720608b57fa5243331e1d5a5eabece.zip |
Add option to install tool man pages
Fix some strange redundant installation bug in the process.
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 257c045..41c5eb9 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,6 +4,9 @@ option('docs', type: 'feature', value: 'auto', yield: true, description: 'Build documentation') +option('man', type: 'feature', value: 'enabled', yield: true, + description: 'Install man pages') + option('tests', type: 'feature', value: 'auto', yield: true, description: 'Build tests') |