build: Quiet down gi-docgen

We are only interested in the warnings and errors.
This commit is contained in:
Emmanuele Bassi 2021-02-18 13:38:29 +00:00
parent d621a37a60
commit 3ef95b4065
3 changed files with 5 additions and 0 deletions

View File

@ -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@',

View File

@ -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@',

View File

@ -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@',