]> err.no Git - util-linux/commitdiff
build-sys: use dist_man_MANS instead of man_MANS
authorStepan Kasal <skasal@redhat.com>
Tue, 4 Dec 2007 18:21:46 +0000 (19:21 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 17 Dec 2007 09:08:49 +0000 (10:08 +0100)
Signed-off-by: Stepan Kasal <skasal@redhat.com>
12 files changed:
config/include-Makefile.am
disk-utils/Makefile.am
fdisk/Makefile.am
getopt/Makefile.am
hwclock/Makefile.am
login-utils/Makefile.am
misc-utils/Makefile.am
mount/Makefile.am
partx/Makefile.am
schedutils/Makefile.am
sys-utils/Makefile.am
text-utils/Makefile.am

index 59f40b97d878cffd64841f7713e9342ad6fa3f3f..f9c2409d71d68953a5afcb8e672304153dbf47a9 100644 (file)
@@ -10,4 +10,4 @@ AM_CFLAGS = -fsigned-char
 # Unlike with other dist primaries, the files are not distributed if the
 # conditional is false.
 # Work the bug around until it is fixed:
-dist_noinst_DATA = $(man_MANS)
+dist_noinst_DATA = $(dist_man_MANS)
index 71735360fcd835235c630485d077ba22e25c2bc4..8f80624a4adc5533ffdccf21e1ab46c43a536342 100644 (file)
@@ -2,7 +2,7 @@ include $(top_srcdir)/config/include-Makefile.am
 
 utils_common = ../lib/linux_version.c ../lib/blkdev.c
 
-man_MANS = blockdev.8 isosize.8 mkfs.8 mkswap.8 \
+dist_man_MANS = blockdev.8 isosize.8 mkfs.8 mkswap.8 \
            fsck.minix.8 mkfs.minix.8 mkfs.bfs.8
 
 sbin_PROGRAMS = mkfs mkswap blockdev fsck.minix mkfs.minix mkfs.bfs
@@ -15,20 +15,20 @@ blockdev_SOURCES = blockdev.c $(utils_common)
 usrbinexec_PROGRAMS = isosize
 
 if LINUX
-man_MANS += fdformat.8
+dist_man_MANS += fdformat.8
 usrbinexec_PROGRAMS += fdformat
 endif
 
 if BUILD_ELVTUNE
 sbin_PROGRAMS += elvtune
-man_MANS += elvtune.8
+dist_man_MANS += elvtune.8
 elvtune_SOURCES = elvtune.c ../lib/linux_version.c
 endif
 
 if HAVE_RAW
 if BUILD_RAW
 sbin_PROGRAMS += raw
-man_MANS += raw.8
+dist_man_MANS += raw.8
 endif
 endif
 
index 7e44569e21ce9d9b90af09ed90fb8c489bf436b3..22467021cb154ced12fc7f8b5a1b42fc7c0d6bf6 100644 (file)
@@ -8,7 +8,7 @@ fdisk_common = i386_sys_types.c common.h gpt.c gpt.h \
 if !ARCH_M68K
 
 sbin_PROGRAMS = fdisk
-man_MANS = fdisk.8
+dist_man_MANS = fdisk.8
 fdisk_SOURCES = fdisk.c fdiskbsdlabel.c fdisksgilabel.c \
        fdisksunlabel.c fdiskaixlabel.c fdiskmaclabel.c partname.c \
        fdisk.h fdisksunlabel.h fdisksgilabel.h fdiskaixlabel.h \
@@ -17,18 +17,18 @@ fdisk_SOURCES = fdisk.c fdiskbsdlabel.c fdisksgilabel.c \
 if !ARCH_SPARC
 
 sbin_PROGRAMS += sfdisk
-man_MANS += sfdisk.8
+dist_man_MANS += sfdisk.8
 sfdisk_SOURCES = sfdisk.c partname.c $(fdisk_common)
 
 if USE_SLANG
 sbin_PROGRAMS += cfdisk
-man_MANS += cfdisk.8
+dist_man_MANS += cfdisk.8
 cfdisk_SOURCES = cfdisk.c $(fdisk_common)
 cfdisk_LDADD = -lslang
 else
 if HAVE_NCURSES
 sbin_PROGRAMS += cfdisk
-man_MANS += cfdisk.8
+dist_man_MANS += cfdisk.8
 cfdisk_SOURCES = cfdisk.c $(fdisk_common)
 cfdisk_LDADD = -lncurses
 endif
index 03388421026712a319426c46d3f4e3ed483a9933..644d641180e7f3280c74bbc5749fce0fd5113351 100644 (file)
@@ -4,7 +4,7 @@ usrbinexec_PROGRAMS = getopt
 
 getopt_CPPFLAGS = -DLIBCGETOPT=1 $(AM_CPPFLAGS)
 
-man_MANS = getopt.1
+dist_man_MANS = getopt.1
 
 exampledir = $(datadir)/getopt/
 dist_example_SCRIPTS = getopt-parse.bash getopt-parse.tcsh \
index dac1541c9d6859bcfb934f16d9534fedd06a0d5f..542521c7eff7f64def80af427f76e6aa707f0e13 100644 (file)
@@ -1,6 +1,6 @@
 include $(top_srcdir)/config/include-Makefile.am
 
-man_MANS = hwclock.8
+dist_man_MANS = hwclock.8
 
 sbin_PROGRAMS = hwclock
 
index de45f26fd1e2c9a53f3797ba97f4a6dbfa6af119..8f5dc894340c062e689a9ea42b5112adb23777f1 100644 (file)
@@ -4,19 +4,19 @@ bin_PROGRAMS =
 usrbinexec_PROGRAMS =
 sbin_PROGRAMS =
 usrsbinexec_PROGRAMS =
-man_MANS =
+dist_man_MANS =
 
 EXTRA_DIST = README.getty  README.modems-with-agetty  README.poeigl
 
 if BUILD_AGETTY
 sbin_PROGRAMS += agetty
-man_MANS += agetty.8
+dist_man_MANS += agetty.8
 endif
 
 if BUILD_INIT
 
 sbin_PROGRAMS += simpleinit shutdown initctl
-man_MANS += fastboot.8 fasthalt.8 halt.8 reboot.8 simpleinit.8 shutdown.8 \
+dist_man_MANS += fastboot.8 fasthalt.8 halt.8 reboot.8 simpleinit.8 shutdown.8 \
        initctl.8
 
 simpleinit_SOURCES = simpleinit.c my_crypt.h simpleinit.h
@@ -30,7 +30,7 @@ endif
 
 if BUILD_LAST
 usrbinexec_PROGRAMS += last
-man_MANS += last.1
+dist_man_MANS += last.1
 endif
 
 if BUILD_LOGIN_UTILS
@@ -38,7 +38,7 @@ if BUILD_LOGIN_UTILS
 bin_PROGRAMS += login
 usrbinexec_PROGRAMS += chfn chsh newgrp
 usrsbinexec_PROGRAMS += vipw
-man_MANS += chfn.1 chsh.1 login.1 newgrp.1 vipw.8 vigr.8
+dist_man_MANS += chfn.1 chsh.1 login.1 newgrp.1 vipw.8 vigr.8
 
 chfn_SOURCES = chfn.c $(chfn_chsh_common)
 chsh_SOURCES = chsh.c $(chfn_chsh_common)
@@ -97,13 +97,13 @@ endif
 
 if BUILD_MESG
 usrbinexec_PROGRAMS += mesg
-man_MANS += mesg.1
+dist_man_MANS += mesg.1
 endif
 
 if BUILD_WALL
 usrbinexec_PROGRAMS += wall
 wall_SOURCES = wall.c ttymsg.c ttymsg.h
-man_MANS += wall.1
+dist_man_MANS += wall.1
 
 if USE_TTY_GROUP
 if MAKEINSTALL_DO_CHOWN
index e01f586a8e7fdb73d50c2ebe0d971551331fd1f2..b799462cbe599c20e7816577cb5e504533054e90 100644 (file)
@@ -14,7 +14,7 @@ usrbinexec_SCRIPTS = chkdupexe scriptreplay
 
 CLEANFILES = chkdupexe scriptreplay
 
-man_MANS = cal.1 chkdupexe.1 ddate.1 logger.1 look.1 mcookie.1 \
+dist_man_MANS = cal.1 chkdupexe.1 ddate.1 logger.1 look.1 mcookie.1 \
        namei.1 script.1 whereis.1 scriptreplay.1
 
 if HAVE_TINFO
@@ -36,7 +36,7 @@ endif
 if HAVE_NCURSES
 if LINUX
 usrbinexec_PROGRAMS += setterm
-man_MANS += setterm.1
+dist_man_MANS += setterm.1
 endif
 if HAVE_TINFO
 setterm_LDADD = -ltinfo
@@ -48,24 +48,24 @@ endif
 if BUILD_KILL
 bin_PROGRAMS += kill
 kill_SOURCES = kill.c procs.c kill.h
-man_MANS += kill.1
+dist_man_MANS += kill.1
 endif
 
 if BUILD_RENAME
 usrbinexec_PROGRAMS += rename
-man_MANS += rename.1
+dist_man_MANS += rename.1
 endif
 
 if BUILD_RESET
 dist_usrbinexec_SCRIPTS = reset
-man_MANS += reset.1
+dist_man_MANS += reset.1
 endif
 EXTRA_DIST += README.reset reset.033c
 
 if BUILD_WRITE
 
 usrbinexec_PROGRAMS += write
-man_MANS += write.1
+dist_man_MANS += write.1
 write_CFLAGS = $(SUID_CFLAGS) $(AM_CFLAGS)
 write_LDFLAGS = $(SUID_LDFLAGS) $(AM_LDFLAGS)
 
index 6efc75543ea2d774e970930b2a9ef649fe850470..bba596268fb73aef93e3bc63f0e9907d44cf3b34 100644 (file)
@@ -4,7 +4,7 @@ EXTRA_DIST = README.mount
 
 bin_PROGRAMS = mount umount
 sbin_PROGRAMS = losetup swapon
-man_MANS = fstab.5 mount.8 swapoff.8 swapon.8 umount.8 losetup.8
+dist_man_MANS = fstab.5 mount.8 swapoff.8 swapon.8 umount.8 losetup.8
 
 utils_common = sundries.c xmalloc.c realpath.c fsprobe.c
 
@@ -53,7 +53,7 @@ endif
 
 if HAVE_PIVOT_ROOT
 sbin_PROGRAMS += pivot_root
-man_MANS += pivot_root.8
+dist_man_MANS += pivot_root.8
 endif
 
 noinst_PROGRAMS = mtab_lock_test
index 461392a4bdad063c46e21fc8fab49fecae0d6017..798cfea7205e3faed2160fb4bdc8feb5b9d770f9 100644 (file)
@@ -6,6 +6,6 @@ usrsbinexec_PROGRAMS = addpart delpart partx
 partx_SOURCES = bsd.c dos.c partx.c solaris.c unixware.c gpt.c crc32.c \
                efi.h gpt.h crc32.h partx.h dos.h
 
-man_MANS = addpart.8 delpart.8 partx.8
+dist_man_MANS = addpart.8 delpart.8 partx.8
 
 endif
index 81a734e96905ed963efd6917d1569ad97b138db0..0c14e51a890a9a9aa6a0ee895188ead72cae43b8 100644 (file)
@@ -3,18 +3,18 @@ include $(top_srcdir)/config/include-Makefile.am
 if BUILD_SCHEDUTILS
 
 usrbinexec_PROGRAMS = chrt
-man_MANS = chrt.1
+dist_man_MANS = chrt.1
 
 if HAVE_IOPRIO_GET
 if HAVE_IOPRIO_SET
 usrbinexec_PROGRAMS += ionice
-man_MANS += ionice.1
+dist_man_MANS += ionice.1
 endif
 endif
 
 if HAVE_SCHED_GETAFFINITY
 usrbinexec_PROGRAMS += taskset
-man_MANS += taskset.1
+dist_man_MANS += taskset.1
 endif
 
 endif
index 7d5195a1d20782b358559ca1d583a60464e9db96..2c814dcbe7b023164b751838d5e18df4a3384109 100644 (file)
@@ -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
index 7c9e906445c675c928e221b9cfc9c5d7aa051c5b..d93af727344255c704562b48bce24f05ace2f801 100644 (file)
@@ -7,7 +7,7 @@ usrbinexec_PROGRAMS = col colcrt colrm column hexdump rev line tailf
 hexdump_SOURCES = hexdump.c conv.c display.c hexsyntax.c odsyntax.c parse.c \
                  hexdump.h
 
-man_MANS = col.1 colcrt.1 colrm.1 column.1 hexdump.1 rev.1 line.1 tailf.1
+dist_man_MANS = col.1 colcrt.1 colrm.1 column.1 hexdump.1 rev.1 line.1 tailf.1
 
 if HAVE_NCURSES
 bin_PROGRAMS = more
@@ -21,12 +21,12 @@ more_LDADD = -lncurses
 pg_LDADD = -lncurses
 ul_LDADD = -lncurses
 endif
-man_MANS += ul.1 more.1 pg.1
+dist_man_MANS += ul.1 more.1 pg.1
 else
 if HAVE_TERMCAP
 bin_PROGRAMS = more
 more_LDADD = -ltermcap
-man_MANS += more.1
+dist_man_MANS += more.1
 endif
 endif