From 016ee4711ecddc4448910d909dbe03619cf9ff74 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Wed, 13 Feb 2019 12:28:53 +0200 Subject: build: Separate manpages install option from gtk-doc generation The main use case for the docs option seems to be to not spend time on gtk-doc generation. It is rather unexpected this also disables the installation of manpages, which are just installed as-is with no work involved. --- meson_options.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index b36ba1d1e..030940dd4 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,11 +1,13 @@ option('docs', type: 'boolean', value: true, - description: 'Enable the documentation') + description: 'Generate API documentation with gtk-doc') option('fts', type: 'boolean', value: true, description: 'Enable the Tracker full-text search feature') option('functional_tests', type: 'boolean', value: true, description: 'Enable the Tracker functional test suite') option('journal', type: 'boolean', value: true, description: 'Enable database journal backup mechanism') +option('man', type: 'boolean', value: true, + description: 'Install man pages') option('network_manager', type: 'combo', choices: ['auto', 'no', 'yes'], value: 'auto', description: 'Enable connection detection through NetworkManager') -- cgit v1.2.1