[pango/gi-docs] Build docs quietly
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/gi-docs] Build docs quietly
- Date: Tue, 16 Feb 2021 20:01:21 +0000 (UTC)
commit b414af28a848a0edd8cc1af802a80ec4f3778b9f
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Feb 16 15:01:08 2021 -0500
Build docs quietly
docs/meson.build | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/docs/meson.build b/docs/meson.build
index 43c0f78b..9686af66 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -26,6 +26,7 @@ custom_target('pango-doc',
command: [
gidocgen,
'generate',
+ '--quiet',
'--add-include-path=@0@'.format(meson.current_build_dir() / '../pango'),
'--config', pango_toml,
'--output-dir=@OUTPUT@',
@@ -48,6 +49,7 @@ if build_pangoft2
command: [
gidocgen,
'generate',
+ '--quiet',
'--add-include-path=@0@'.format(meson.current_build_dir() / '../pango'),
'--config', pangoft2_toml,
'--output-dir=@OUTPUT@',
@@ -71,6 +73,7 @@ if xft_dep.found() and fontconfig_dep.found()
command: [
gidocgen,
'generate',
+ '--quiet',
'--add-include-path=@0@'.format(meson.current_build_dir() / '../pango'),
'--config', pangoxft_toml,
'--output-dir=@OUTPUT@',
@@ -100,6 +103,7 @@ if cairo_dep.found()
command: [
gidocgen,
'generate',
+ '--quiet',
'--add-include-path=@0@'.format(meson.current_build_dir() / '../pango'),
'--config', pangocairo_toml,
'--output-dir=@OUTPUT@',
@@ -122,6 +126,7 @@ custom_target('pangoot-doc',
command: [
gidocgen,
'generate',
+ '--quiet',
'--add-include-path=@0@'.format(meson.current_build_dir() / '../pango'),
'--config', pangoot_toml,
'--output-dir=@OUTPUT@',
@@ -144,6 +149,7 @@ if fontconfig_dep.found()
command: [
gidocgen,
'generate',
+ '--quiet',
'--add-include-path=@0@'.format(meson.current_build_dir() / '../pango'),
'--config', pangofc_toml,
'--output-dir=@OUTPUT@',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]