diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-05-30 13:02:57 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-05-30 13:05:33 +0200 |
commit | c18dde32e5b6c6f523fb312668c6fb4f87236978 (patch) | |
tree | b0bed1428181884c810079bb9b958c117eb02943 /meson.build | |
parent | shared/ethtool-util: autogenerate table of link mode names (diff) | |
download | systemd-c18dde32e5b6c6f523fb312668c6fb4f87236978.tar.xz systemd-c18dde32e5b6c6f523fb312668c6fb4f87236978.zip |
man: generate link mode list dynamically
The entries are sorted by speed. Some fields are left empty when there is no
clear value to use. The table is much longer now, but I think it's better to
document the allowed values, even if some are not terribly useful.
Fixes #26256.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 97622b6d97..3919a4a9b0 100644 --- a/meson.build +++ b/meson.build @@ -2172,6 +2172,8 @@ userspace = declare_dependency( link_args : userspace_c_ld_args, ) +man_page_depends = [] + ############################################################ # binaries that have --help and are intended for use by humans, |