mirror of
https://github.com/systemd/systemd
synced 2025-10-05 16:03:15 +02:00
meson: add target aliases 'man' and 'html'
Previously we would need to say 'ninja -C build man/man man/html', now just 'ninja -C build man html'.
This commit is contained in:
@@ -2940,6 +2940,8 @@ run_target(
|
|||||||
libsystemd.full_path(),
|
libsystemd.full_path(),
|
||||||
libudev.full_path()])
|
libudev.full_path()])
|
||||||
|
|
||||||
|
alias_target('man', man)
|
||||||
|
alias_target('html', html)
|
||||||
alias_target('update-dbus-docs', update_dbus_docs)
|
alias_target('update-dbus-docs', update_dbus_docs)
|
||||||
alias_target('update-man-rules', update_man_rules)
|
alias_target('update-man-rules', update_man_rules)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user