From: Dave Reisner Date: Sun, 22 Apr 2012 01:44:32 +0000 (-0400) Subject: sys-utils: avoid duplicate reference to fstab.5 X-Git-Tag: v2.22-rc1~491 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82815995f0b39b4c931c2e84b5c25d64608a70e1;p=thirdparty%2Futil-linux.git 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 --- diff --git a/sys-utils/Makefile.am b/sys-utils/Makefile.am index 9849429a3f..9c27de6e73 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 \