diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-03-03 06:54:21 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-03-03 11:56:38 +0100 |
commit | d2ec38e2b2d7baa374ffbd0f81f1183e78ce1ca6 (patch) | |
tree | 825250755149d8ebe528d54e4ac33005def842f3 /tools | |
parent | tools: fix the file name that "meson setup" generates (diff) | |
download | systemd-d2ec38e2b2d7baa374ffbd0f81f1183e78ce1ca6.tar.xz systemd-d2ec38e2b2d7baa374ffbd0f81f1183e78ce1ca6.zip |
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.
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions