summaryrefslogtreecommitdiff
path: root/sys-utils
diff options
context:
space:
mode:
authorStepan Kasal <skasal@redhat.com>2007-12-04 19:21:46 +0100
committerKarel Zak <kzak@redhat.com>2007-12-17 10:08:49 +0100
commita3ca3a44c552888a9d898ce2a8cf37fee61b9861 (patch)
treea88fa97bd4fe02709d50c23e5e959a47aaef724d /sys-utils
parent9af2166d11cddb90d71ddca68f47d5d17423a420 (diff)
downloadutil-linux-old-a3ca3a44c552888a9d898ce2a8cf37fee61b9861.tar.gz
build-sys: use dist_man_MANS instead of man_MANS
Signed-off-by: Stepan Kasal <skasal@redhat.com>
Diffstat (limited to 'sys-utils')
-rw-r--r--sys-utils/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-utils/Makefile.am b/sys-utils/Makefile.am
index 7d5195a1..2c814dcb 100644
--- a/sys-utils/Makefile.am
+++ b/sys-utils/Makefile.am
@@ -23,7 +23,7 @@ endif
tunelp_SOURCES = tunelp.c lp.h
-man_MANS = flock.1 readprofile.1 \
+dist_man_MANS = flock.1 readprofile.1 \
ctrlaltdel.8 cytune.8 dmesg.1 ipcrm.1 ipcs.1 renice.1 \
setsid.1 tunelp.8 setarch.8 rtcwake.8
@@ -31,7 +31,7 @@ info_TEXINFOS = ipc.texi
if BUILD_ARCH
bin_PROGRAMS += arch
-man_MANS += arch.1
+dist_man_MANS += arch.1
endif
@@ -41,12 +41,12 @@ rdev_common_links = ramsize vidmode rootflags
if ARCH_I86
usrsbinexec_PROGRAMS += rdev
-man_MANS += $(rdev_common_mans)
+dist_man_MANS += $(rdev_common_mans)
RDEV_LINKS = $(rdev_common_links)
endif
if ARCH_86_64
usrsbinexec_PROGRAMS += rdev
-man_MANS += $(rdev_common_mans)
+dist_man_MANS += $(rdev_common_mans)
RDEV_LINKS = $(rdev_common_links)
endif
@@ -81,7 +81,7 @@ SETARCH_LINKS += parisc parisc64 parisc32
endif
SETARCH_MAN_LINKS = $(addsuffix .8, $(SETARCH_LINKS))
-man_MANS += $(SETARCH_MAN_LINKS)
+dist_man_MANS += $(SETARCH_MAN_LINKS)
CLEANFILES=$(SETARCH_MAN_LINKS)
$(SETARCH_MAN_LINKS): setarch.8