summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-05-30 13:02:57 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-05-30 13:05:33 +0200
commitc18dde32e5b6c6f523fb312668c6fb4f87236978 (patch)
treeb0bed1428181884c810079bb9b958c117eb02943 /meson.build
parentshared/ethtool-util: autogenerate table of link mode names (diff)
downloadsystemd-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.build2
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,