From 4c890ad3cc7b3445683d7b52bc00e4a58bef5e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 27 Jan 2021 08:46:42 +0100 Subject: meson: rename target to update-dbus-docs Very old versions of meson did not include the subdirectory name in the target name, so we started adding various "top-level" custom targets in subdirectories. This was nice because the main meson.build file wasn't as cluttered. But then meson started including the subdir name in the target name. So let's move the definition to the root so we can have all targets named uniformly. --- tools/update-dbus-docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/update-dbus-docs.py') diff --git a/tools/update-dbus-docs.py b/tools/update-dbus-docs.py index 8fea0b8a00..ebe67af836 100755 --- a/tools/update-dbus-docs.py +++ b/tools/update-dbus-docs.py @@ -322,4 +322,4 @@ if __name__ == '__main__': if opts.test and outdated: exit(f'Outdated pages: {", ".join(outdated)}\n' - f'Hint: ninja -C {opts.build_dir} man/update-dbus-docs') + f'Hint: ninja -C {opts.build_dir} update-dbus-docs') -- cgit v1.2.1