summaryrefslogtreecommitdiff
path: root/clients/common/meson.build
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-11-01 18:28:37 +0100
committerThomas Haller <thaller@redhat.com>2020-11-02 16:42:31 +0100
commit9e1316c267c6eb956db6ac1083c36987e054888e (patch)
treef26f01bb60532b093ae1f607b2e28ab3ccc524d9 /clients/common/meson.build
parentae1b86fb82674701ce28857061dffb449edd7ea9 (diff)
downloadNetworkManager-th/build-generate-docs.tar.gz
build: rename "tools/check-settings-docs.sh" to "check-compare-generated.sh"th/build-generate-docs
It's a better name, because the script merely compiles files and is not specific to "settings-docs.h".
Diffstat (limited to 'clients/common/meson.build')
-rw-r--r--clients/common/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/common/meson.build b/clients/common/meson.build
index 81fc22d695..0e3f0d4f6f 100644
--- a/clients/common/meson.build
+++ b/clients/common/meson.build
@@ -41,7 +41,7 @@ if enable_docs
test(
'check-settings-docs',
- find_program(join_paths(source_root, 'tools', 'check-settings-docs.sh')),
+ find_program(join_paths(source_root, 'tools', 'check-compare-generated.sh')),
args: [source_root, build_root, 'clients/common/' + settings_docs],
)
else