summaryrefslogtreecommitdiffstats
path: root/sys-utils
diff options
context:
space:
mode:
authorDave Reisner2012-04-22 03:44:32 +0200
committerKarel Zak2012-04-23 14:03:12 +0200
commit82815995f0b39b4c931c2e84b5c25d64608a70e1 (patch)
treeca7754635593f87a59cc505fd04e7b1798ae7f8e /sys-utils
parentlogin: use get_fd_tabsize() (diff)
downloadkernel-qcow2-util-linux-82815995f0b39b4c931c2e84b5c25d64608a70e1.tar.gz
kernel-qcow2-util-linux-82815995f0b39b4c931c2e84b5c25d64608a70e1.tar.xz
kernel-qcow2-util-linux-82815995f0b39b4c931c2e84b5c25d64608a70e1.zip
sys-utils: avoid duplicate reference to fstab.5
This is no longer in sys-utils/ anyways, and its unconditionally distributed by an earlier dist_man_MANS declare in the Makefile. Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'sys-utils')
-rw-r--r--sys-utils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/Makefile.am b/sys-utils/Makefile.am
index 9849429a3..9c27de6e7 100644
--- a/sys-utils/Makefile.am
+++ b/sys-utils/Makefile.am
@@ -96,7 +96,7 @@ if BUILD_NEW_MOUNT
# -- temporary we share some man pages
#
bin_PROGRAMS += mount umount
-dist_man_MANS += mount.8 ../mount/fstab.5 ../mount/umount.8
+dist_man_MANS += mount.8 ../mount/umount.8
mount_SOURCES = \
mount.c \