]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
sys-utils: avoid duplicate reference to fstab.5
authorDave Reisner <dreisner@archlinux.org>
Sun, 22 Apr 2012 01:44:32 +0000 (21:44 -0400)
committerKarel Zak <kzak@redhat.com>
Mon, 23 Apr 2012 12:03:12 +0000 (14:03 +0200)
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>
sys-utils/Makefile.am

index 9849429a3f99778d5cb358134dd16476327d610c..9c27de6e739afd6c9210ac0b818679ad67810912 100644 (file)
@@ -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 \