From db2c80d9dbac0b985ed79a895284d129731d16df Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 5 May 2017 11:34:05 +0100 Subject: meson: Generate man pages for the installed tools --- meson_options.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 55ea5382dc..518cecf535 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -30,3 +30,5 @@ option('with-included-immodules', type: 'string', value : '', description : 'Build the specified input methods into gtk (comma-separated list or "all" or "none")') option('enable-documentation', type: 'boolean', value: 'false', description : 'Build API reference and tools documentation') +option('enable-man-pages', type: 'boolean', value: 'false', + description : 'Build man pages for installed tools') -- cgit v1.2.1