summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-06-04 16:53:40 +0200
committerThomas Haller <thaller@redhat.com>2020-06-11 10:53:50 +0200
commit10020a94662ddee18fd9cb80c08ce5d071b31ce7 (patch)
tree395ec88c9c9d20143150b75baff50e30a0c7d643 /man
parent87edf2f2986370768c4dba2c9c64aa842579ca3a (diff)
docs: generate nm-settings-docs-nmcli.xml based on nmcli meta data
We have the correct meta-data of supported properties for nmcli. It is in clients/common. Use that for generating the manual page instead of the properties that are part of libnm (some properties may be in libnm but not supported by nmcli, or some properties may not be GObject properties, and not detected as by GObject introspection).
Diffstat (limited to 'man')
-rw-r--r--man/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/man/meson.build b/man/meson.build
index 5e76a9f1be..0be202bae1 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -69,7 +69,6 @@ if enable_introspection
nm_property_infos_xml[name],
nm_settings_docs_xml_gir,
],
- depends: libnm_gir,
)
name = 'nmcli'
@@ -81,10 +80,10 @@ if enable_introspection
python.path(),
join_paths(meson.source_root(), 'tools', 'generate-docs-nm-settings-docs-merge.py'),
'@OUTPUT@',
+ generate_docs_nm_settings_nmcli_xml,
nm_property_infos_xml[name],
nm_settings_docs_xml_gir,
],
- depends: libnm_gir,
)
nm_settings_docs_xml = {