[gnome-builder] build: add info about docs/help to build overview



commit 9018aa182252c7ad1d7ee165e183f6ff39f465fe
Author: Christian Hergert <chergert redhat com>
Date:   Sun Nov 12 01:21:58 2017 -0800

    build: add info about docs/help to build overview

 meson.build |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/meson.build b/meson.build
index 78ec6be..a69dd72 100644
--- a/meson.build
+++ b/meson.build
@@ -53,6 +53,9 @@ status += [
   'Tracing ............... : @0@'.format(get_option('enable_tracing')),
   'Profiling ............. : @0@'.format(get_option('enable_profiling')),
   'RDTSCP ................ : @0@'.format(get_option('enable_rdtscp')),
+  '',
+  'Help Docs ............. : @0@'.format(get_option('with_help')),
+  'API Docs .............. : @0@'.format(get_option('with_docs')),
   '', ''
 ]
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]