forked from AuroraMiddleware/gtk
build: Quiet down gi-docgen
We are only interested in the warnings and errors.
This commit is contained in:
parent
d621a37a60
commit
3ef95b4065
@ -10,6 +10,7 @@ if get_option('gtk_doc')
|
|||||||
command: [
|
command: [
|
||||||
gidocgen,
|
gidocgen,
|
||||||
'generate',
|
'generate',
|
||||||
|
'--quiet',
|
||||||
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gtk'),
|
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gtk'),
|
||||||
'--config=@INPUT0@',
|
'--config=@INPUT0@',
|
||||||
'--output-dir=@OUTPUT@',
|
'--output-dir=@OUTPUT@',
|
||||||
@ -28,6 +29,7 @@ if get_option('gtk_doc')
|
|||||||
command: [
|
command: [
|
||||||
gidocgen,
|
gidocgen,
|
||||||
'generate',
|
'generate',
|
||||||
|
'--quiet',
|
||||||
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gtk'),
|
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gtk'),
|
||||||
'--config=@INPUT0@',
|
'--config=@INPUT0@',
|
||||||
'--output-dir=@OUTPUT@',
|
'--output-dir=@OUTPUT@',
|
||||||
@ -48,6 +50,7 @@ if get_option('gtk_doc')
|
|||||||
command: [
|
command: [
|
||||||
gidocgen,
|
gidocgen,
|
||||||
'generate',
|
'generate',
|
||||||
|
'--quiet',
|
||||||
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gtk'),
|
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gtk'),
|
||||||
'--config=@INPUT0@',
|
'--config=@INPUT0@',
|
||||||
'--output-dir=@OUTPUT@',
|
'--output-dir=@OUTPUT@',
|
||||||
|
@ -7,6 +7,7 @@ if get_option('gtk_doc')
|
|||||||
command: [
|
command: [
|
||||||
gidocgen,
|
gidocgen,
|
||||||
'generate',
|
'generate',
|
||||||
|
'--quiet',
|
||||||
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gtk'),
|
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gtk'),
|
||||||
'--config=@INPUT0@',
|
'--config=@INPUT0@',
|
||||||
'--output-dir=@OUTPUT@',
|
'--output-dir=@OUTPUT@',
|
||||||
|
@ -35,6 +35,7 @@ if get_option('gtk_doc')
|
|||||||
command: [
|
command: [
|
||||||
gidocgen,
|
gidocgen,
|
||||||
'generate',
|
'generate',
|
||||||
|
'--quiet',
|
||||||
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gtk'),
|
'--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gtk'),
|
||||||
'--config=@INPUT0@',
|
'--config=@INPUT0@',
|
||||||
'--output-dir=@OUTPUT@',
|
'--output-dir=@OUTPUT@',
|
||||||
|
Loading…
Reference in New Issue
Block a user