public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sys-utils: avoid duplicate reference to fstab.5
@ 2012-04-22  1:44 Dave Reisner
  2012-04-23 12:04 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Reisner @ 2012-04-22  1:44 UTC (permalink / raw)
  To: util-linux; +Cc: Dave Reisner

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 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-utils/Makefile.am b/sys-utils/Makefile.am
index 9849429..9c27de6 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 \
-- 
1.7.10


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-23 12:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-22  1:44 [PATCH] sys-utils: avoid duplicate reference to fstab.5 Dave Reisner
2012-04-23 12:04 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox