diff options
author | Phil Jones <philj56@gmail.com> | 2021-11-01 11:23:43 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2021-11-01 11:40:28 +0000 |
commit | 8fc10eae44b388bee9e5bfdbc0a59c6c7d69ddd8 (patch) | |
tree | 13c9b0b4db1110a1ed39e3c7d4fc8ea5b99faca8 /meson_options.txt | |
parent | c47510041f7909c697bc71e0efbc03e3759ca49a (diff) |
Add manpage and usage help.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..5371eaf --- /dev/null +++ b/meson_options.txt @@ -0,0 +1 @@ +option('man-pages', type: 'feature', value: 'auto', description: 'Install man pages.') |