summaryrefslogtreecommitdiffstats
path: root/sys-utils/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2018-08-14 14:53:14 +0200
committerKarel Zak2018-08-14 14:53:14 +0200
commitb939b6465f5f4fc6a83bd4dcaa5edc5bb12eacf4 (patch)
tree0ee1f8c056b49e1b42c23ec00db9295464813912 /sys-utils/Makemodule.am
parentlscpu: fixed part ID for ARM Cortex-M7 (diff)
downloadkernel-qcow2-util-linux-b939b6465f5f4fc6a83bd4dcaa5edc5bb12eacf4.tar.gz
kernel-qcow2-util-linux-b939b6465f5f4fc6a83bd4dcaa5edc5bb12eacf4.tar.xz
kernel-qcow2-util-linux-b939b6465f5f4fc6a83bd4dcaa5edc5bb12eacf4.zip
docs: add adjtime_config(5) man page
The file is pretty common, but undocumented by individual man page. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/Makemodule.am')
-rw-r--r--sys-utils/Makemodule.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am
index ff87cddca..47adf143f 100644
--- a/sys-utils/Makemodule.am
+++ b/sys-utils/Makemodule.am
@@ -445,7 +445,9 @@ endif
if BUILD_HWCLOCK
sbin_PROGRAMS += hwclock
-dist_man_MANS += sys-utils/hwclock.8
+dist_man_MANS += \
+ sys-utils/hwclock.8 \
+ sys-utils/fstab.5
PATHFILES += sys-utils/hwclock.8
hwclock_SOURCES = \
sys-utils/hwclock.c \