summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-01-27 08:46:42 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-01-27 08:46:42 +0100
commit4c890ad3cc7b3445683d7b52bc00e4a58bef5e94 (patch)
tree2cb6fef6df58cbd6879838d6108dd02cf8ee797b /tools
parente798ffef82735e047479296ecc58bd8a18a749db (diff)
downloadsystemd-4c890ad3cc7b3445683d7b52bc00e4a58bef5e94.tar.gz
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.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update-dbus-docs.py2
1 files changed, 1 insertions, 1 deletions
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')