]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: rename conflicting target names
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 3 Mar 2023 05:54:21 +0000 (14:54 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 3 Mar 2023 10:56:38 +0000 (19:56 +0900)
commitd2ec38e2b2d7baa374ffbd0f81f1183e78ce1ca6
tree825250755149d8ebe528d54e4ac33005def842f3
parent26ab5ea69d7b7804d0e9a7f4773443902c76c654
meson: rename conflicting target names

The update-man-rules and update-dbus-docs targets are both declared in the
main meson.build and man/meson.build, so we cannot build the target with
'meson compile' command:
====
$ meson compile update-man-rules
INFO: autodetecting backend as ninja

ERROR: Can't invoke target `update-man-rules`: ambiguous name.Add target type and/or path:
- ./man/update-man-rules:custom
- ./update-man-rules:run
====
Let's rename the targets declared in man/meson.build.
man/meson.build