mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Build gdbus-objectmanager-example docs unconditionally
The GIO reference documentation links to that documentation, so we cannot only build it when the installed tests are enabled.
This commit is contained in:
parent
2993bb8275
commit
e1744603d8
@ -1,7 +1,5 @@
|
||||
if get_option('gtk_doc')
|
||||
if installed_tests_enabled
|
||||
subdir('gdbus-object-manager-example')
|
||||
endif
|
||||
subdir('gdbus-object-manager-example')
|
||||
subdir('xml')
|
||||
|
||||
ignore_headers = [
|
||||
@ -178,13 +176,11 @@ if get_option('gtk_doc')
|
||||
'gdbus-codegen.xml',
|
||||
]
|
||||
|
||||
if installed_tests_enabled
|
||||
content_files += [
|
||||
gdbus_example_objectmanager_xml,
|
||||
gdbus_example_objectmanager_sources,
|
||||
gdbus_object_manager_example_doc
|
||||
]
|
||||
endif
|
||||
content_files += [
|
||||
gdbus_example_objectmanager_xml,
|
||||
gdbus_example_objectmanager_sources,
|
||||
gdbus_object_manager_example_doc
|
||||
]
|
||||
|
||||
gnome.gtkdoc('gio',
|
||||
main_xml : 'gio-docs.xml',
|
||||
|
Loading…
Reference in New Issue
Block a user