[tracker/sam/ci-docs: 25/26] 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: 25/26] build: Show documentation enabled/disabled state in summary
- Date: Tue, 22 Jun 2021 11:29:49 +0000 (UTC)
commit cfe6552a1b7e53210c8c52b0f9f6857bb40f9e2a
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 4f12251aa..8b4e41387 100644
--- a/meson.build
+++ b/meson.build
@@ -387,6 +387,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]