From: Lennart Poettering Date: Mon, 21 Mar 2022 23:19:32 +0000 (+0100) Subject: man: also install systemd-stub man page as sd-stub X-Git-Tag: v251-rc1~80^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=838f094ce747a07e653a489d080b23c7cad2e02b;p=thirdparty%2Fsystemd.git man: also install systemd-stub man page as sd-stub So, typically systemd-boot is referenced as sd-boot, due to te usual shorter naming in ESP resources. systemd-stub didnt do that so far, since it never appears as separate files in the ESP. However it's super annoying that you can find "man sd-boot", but not the very closely related "man sd-stub". Let's fix that, and also add an "sd-stub" alias to the "systemd-stub" man page. --- diff --git a/man/rules/meson.build b/man/rules/meson.build index aa969344abe..aaa69d30385 100644 --- a/man/rules/meson.build +++ b/man/rules/meson.build @@ -971,7 +971,7 @@ manpages = [ ['systemd-stdio-bridge', '1', [], ''], ['systemd-stub', '7', - ['linuxaa64.efi.stub', 'linuxia32.efi.stub', 'linuxx64.efi.stub'], + ['linuxaa64.efi.stub', 'linuxia32.efi.stub', 'linuxx64.efi.stub', 'sd-stub'], 'HAVE_GNU_EFI'], ['systemd-suspend.service', '8', diff --git a/man/systemd-stub.xml b/man/systemd-stub.xml index 28c6ba938cb..f2d3b91e20f 100644 --- a/man/systemd-stub.xml +++ b/man/systemd-stub.xml @@ -17,6 +17,7 @@ systemd-stub + sd-stub linuxx64.efi.stub linuxia32.efi.stub linuxaa64.efi.stub