[gtk/ebassi/gidocgen: 57/200] build: Quiet down gi-docgen
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/gidocgen: 57/200] build: Quiet down gi-docgen
- Date: Thu, 25 Feb 2021 13:08:18 +0000 (UTC)
commit 59e1b54666dd6288a61deed61ea26f476bdbbb08
Author: Emmanuele Bassi <ebassi gnome org>
Date: Thu Feb 18 13:38:29 2021 +0000
build: Quiet down gi-docgen
We are only interested in the warnings and errors.
docs/reference/gdk/meson.build | 3 +++
docs/reference/gsk/meson.build | 1 +
docs/reference/gtk/meson.build | 1 +
3 files changed, 5 insertions(+)
---
diff --git a/docs/reference/gdk/meson.build b/docs/reference/gdk/meson.build
index 18bcf15f14..d6163ae029 100644
--- a/docs/reference/gdk/meson.build
+++ b/docs/reference/gdk/meson.build
@@ -10,6 +10,7 @@ if get_option('gtk_doc')
command: [
gidocgen,
'generate',
+ '--quiet',
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gtk'),
'--config=@INPUT0@',
'--output-dir=@OUTPUT@',
@@ -28,6 +29,7 @@ if get_option('gtk_doc')
command: [
gidocgen,
'generate',
+ '--quiet',
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gtk'),
'--config=@INPUT0@',
'--output-dir=@OUTPUT@',
@@ -48,6 +50,7 @@ if get_option('gtk_doc')
command: [
gidocgen,
'generate',
+ '--quiet',
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gtk'),
'--config=@INPUT0@',
'--output-dir=@OUTPUT@',
diff --git a/docs/reference/gsk/meson.build b/docs/reference/gsk/meson.build
index aede56e534..1e34799280 100644
--- a/docs/reference/gsk/meson.build
+++ b/docs/reference/gsk/meson.build
@@ -7,6 +7,7 @@ if get_option('gtk_doc')
command: [
gidocgen,
'generate',
+ '--quiet',
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gtk'),
'--config=@INPUT0@',
'--output-dir=@OUTPUT@',
diff --git a/docs/reference/gtk/meson.build b/docs/reference/gtk/meson.build
index 792bde0a6f..e1087fb2d2 100644
--- a/docs/reference/gtk/meson.build
+++ b/docs/reference/gtk/meson.build
@@ -35,6 +35,7 @@ if get_option('gtk_doc')
command: [
gidocgen,
'generate',
+ '--quiet',
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gtk'),
'--config=@INPUT0@',
'--output-dir=@OUTPUT@',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]