From d094448c095a59117febc8bd4687df071ce9759a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 28 Mar 2021 13:42:35 -0400 Subject: Add high-level documentation --- meson.build | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index e58436a2..8cd410dd 100644 --- a/meson.build +++ b/meson.build @@ -278,6 +278,14 @@ if not meson.is_subproject() ) if not get_option('tools').disabled() + summary( + { + 'Man pages': not get_option('man').disabled(), + }, + bool_yn: true, + section: 'Components', + ) + summary( { 'Executables': get_option('prefix') / get_option('bindir'), -- cgit v1.2.1