mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 10:26:16 +01:00
760c8ccbe6
The relevant parts of the generated example documentation are already `xi:include`d into the `migrating-gdbus.xml` page, so are turned into HTML there. Installing them separately means they also get installed into `/usr/share/gtk-doc/html/gdbus-object-manager-example/`, which seems redundant. Signed-off-by: Philip Withnall <withnall@endlessm.com>
12 lines
360 B
Meson
12 lines
360 B
Meson
gdbus_object_manager_example_doc = gnome.gtkdoc('gdbus-object-manager-example',
|
|
main_xml : 'gdbus-object-manager-example-docs.xml',
|
|
namespace : 'example',
|
|
dependencies : [libgdbus_example_objectmanager_dep],
|
|
src_dir : 'gio/tests/gdbus-object-manager-example',
|
|
scan_args : gtkdoc_common_scan_args + [
|
|
'--rebuild-types',
|
|
],
|
|
install : false,
|
|
)
|
|
|