diff options
author | David Robillard <d@drobilla.net> | 2021-03-28 13:42:35 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:08 -0500 |
commit | d094448c095a59117febc8bd4687df071ce9759a (patch) | |
tree | 08e81a3a9a46627dc8b545c12ebf17ae51ef76f4 /meson.build | |
parent | f74a7448036d6fbe3f6562aa6e87d7e7478f0341 (diff) | |
download | serd-d094448c095a59117febc8bd4687df071ce9759a.tar.gz serd-d094448c095a59117febc8bd4687df071ce9759a.tar.bz2 serd-d094448c095a59117febc8bd4687df071ce9759a.zip |
Add high-level documentation
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meson.build b/meson.build index e58436a2..8cd410dd 100644 --- a/meson.build +++ b/meson.build @@ -280,6 +280,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'), }, section: 'Directories', |