diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-01-27 09:10:25 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-01-27 09:10:25 +0100 |
commit | e3c368f63c8ec71ba06e699ff46eb3e0d8e3bb0a (patch) | |
tree | b9b079b7c7fdfe06c581e3c68bfa164e0c62de9e /tools | |
parent | meson: rename target to update-dbus-docs (diff) | |
download | systemd-e3c368f63c8ec71ba06e699ff46eb3e0d8e3bb0a.tar.xz systemd-e3c368f63c8ec71ba06e699ff46eb3e0d8e3bb0a.zip |
meson: rename target to update-man-rules
Same justification as for update-dbus-docs.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/update-man-rules.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update-man-rules.py b/tools/update-man-rules.py index 8221a37d9a..31ed91c432 100755 --- a/tools/update-man-rules.py +++ b/tools/update-man-rules.py @@ -51,7 +51,7 @@ MESON_HEADER = '''\ # Do not edit. Generated by update-man-rules.py. # Update with: -# ninja -C build man/update-man-rules +# ninja -C build update-man-rules manpages = [''' MESON_FOOTER = '''\ |