mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09: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(),
|
||||
libudev.full_path()])
|
||||
|
||||
alias_target('man', man)
|
||||
alias_target('html', html)
|
||||
alias_target('update-dbus-docs', update_dbus_docs)
|
||||
alias_target('update-man-rules', update_man_rules)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user