diff options
author | kaliko <kaliko@azylum.org> | 2020-04-22 19:42:06 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-08-14 13:14:34 +0200 |
commit | 5f63ffd86cdd27ee98b4451f6445889e1efb3fb5 (patch) | |
tree | fb47b2b45d64a4722be02b3210082d96a8a6ec85 /meson_options.txt | |
parent | 9df2469e514d4a5739de9ca045dea9e612aca804 (diff) |
Convert raw manpages to reStructured text
Build with `rst2man mpd.1.rst mpd.1`
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 index cb70c133e..0a70ff3a3 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,5 +1,6 @@ option('documentation', type: 'feature', description: 'Build documentation') option('html_manual', type: 'boolean', value: true, description: 'Build the HTML manual') +option('manpages', type: 'boolean', value: true, description: 'Build manual pages') option('test', type: 'boolean', value: false, description: 'Build the unit tests and debug programs') |