Add meson man pages install option

Defaults to installing man pages.
This commit is contained in:
Martin Lund 2024-02-13 13:49:19 +01:00
parent 67640d4a00
commit 6c520090c6
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,6 @@
option('bashcompletiondir',
type : 'string',
description : 'Directory for bash completion scripts ["no" disables]')
option('install_man_pages',
type : 'boolean', value: true,
description : 'Install man pages')