[tracker/sam/ci-docs: 3/4] build: Show documentation enabled/disabled state in summary
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/sam/ci-docs: 3/4] build: Show documentation enabled/disabled state in summary
- Date: Wed, 26 May 2021 16:32:53 +0000 (UTC)
commit 3bb24d63e756dea3c911c4fea23a8472efe44031
Author: Sam Thursfield <sam thursfield codethink co uk>
Date: Wed May 26 17:32:14 2021 +0200
build: Show documentation enabled/disabled state in summary
meson.build | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/meson.build b/meson.build
index 44e8fbbfc..e60333579 100644
--- a/meson.build
+++ b/meson.build
@@ -388,6 +388,8 @@ summary = [
' Unicode support library: ' + unicode_library_name,
' Use external FTS module: ' + (not sqlite3_has_builtin_fts5).to_string(),
' Build with Stemming support: ' + have_libstemmer.to_string(),
+ ' API documentation: ' + get_option('docs').to_string(),
+ ' CLI documentation (manpages): ' + get_option('man').to_string(),
]
if get_option('bash_completion')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]