]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: add target aliases 'man' and 'html' 39207/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 4 Oct 2025 16:09:20 +0000 (18:09 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 4 Oct 2025 16:13:27 +0000 (18:13 +0200)
Previously we would need to say 'ninja -C build man/man man/html', now
just 'ninja -C build man html'.

meson.build

index 9ffc844dc618dccfc56ea82fdad2b246b75ab5c0..c67e7b6c30de4676184de7f9e0fcc2e2c6d5ec6c 100644 (file)
@@ -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)