docs: Don’t install object manager example separately

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>
This commit is contained in:
Philip Withnall 2020-02-11 11:47:03 +00:00
parent 0f264eb97e
commit 760c8ccbe6

View File

@ -6,5 +6,6 @@ gdbus_object_manager_example_doc = gnome.gtkdoc('gdbus-object-manager-example',
scan_args : gtkdoc_common_scan_args + [
'--rebuild-types',
],
install : false,
)