meson: Build manpage with rst2man

Closes #457
This commit is contained in:
Evangelos Ribeiro Tzaras
2022-05-31 20:03:49 +02:00
parent c86df0f564
commit 6738962073
2 changed files with 20 additions and 0 deletions

View File

@@ -5,3 +5,7 @@ option('gtk_doc',
option('tests',
type: 'boolean', value: true,
description: 'Whether to compile unit tests')
option('manpages',
type: 'boolean', value: true,
description: 'Whether to generate man pages')