diff options
| author | Michael Biebl <biebl@debian.org> | 2020-06-28 18:58:14 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-06-28 18:58:14 +0200 |
| commit | a54ac63bbf9b2c71026ac9028a8ffaf186cf3c82 (patch) | |
| tree | 6a32883bd916c4096357b35298beff6db8bcd0b5 /docs/api/meson.build | |
| parent | 45e8e1149027529194982212c804c0468aa01d98 (diff) | |
New upstream version 1.25.90 upstream/1.25.90
Diffstat (limited to 'docs/api/meson.build')
| -rw-r--r-- | docs/api/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/meson.build b/docs/api/meson.build index d4da41b0..5f502b23 100644 --- a/docs/api/meson.build +++ b/docs/api/meson.build @@ -6,7 +6,7 @@ if enable_introspection inputs = [ settings + '.xsl', - nm_settings_docs, + nm_settings_docs_xml['dbus'], ] content_files += custom_target( |