summaryrefslogtreecommitdiff
path: root/man/rules
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-03-22 00:19:32 +0100
committerLennart Poettering <lennart@poettering.net>2022-03-22 00:22:07 +0100
commit838f094ce747a07e653a489d080b23c7cad2e02b (patch)
treecde5ca5ac8c51aa8ff3560bca4e3eb9935cf9f32 /man/rules
parentd212b862bf53939baae982126ab1b204964042dd (diff)
downloadsystemd-838f094ce747a07e653a489d080b23c7cad2e02b.tar.gz
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.
Diffstat (limited to 'man/rules')
-rw-r--r--man/rules/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/rules/meson.build b/man/rules/meson.build
index aa969344ab..aaa69d3038 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',