diff options
author | Stepan Kasal | 2007-12-04 19:21:46 +0100 |
---|---|---|
committer | Karel Zak | 2007-12-17 10:08:49 +0100 |
commit | a3ca3a44c552888a9d898ce2a8cf37fee61b9861 (patch) | |
tree | a88fa97bd4fe02709d50c23e5e959a47aaef724d /text-utils | |
parent | shutdown: use _PATH_MOUNTED instead of _PATH_MTAB (diff) | |
download | kernel-qcow2-util-linux-a3ca3a44c552888a9d898ce2a8cf37fee61b9861.tar.gz kernel-qcow2-util-linux-a3ca3a44c552888a9d898ce2a8cf37fee61b9861.tar.xz kernel-qcow2-util-linux-a3ca3a44c552888a9d898ce2a8cf37fee61b9861.zip |
build-sys: use dist_man_MANS instead of man_MANS
Signed-off-by: Stepan Kasal <skasal@redhat.com>
Diffstat (limited to 'text-utils')
-rw-r--r-- | text-utils/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/text-utils/Makefile.am b/text-utils/Makefile.am index 7c9e90644..d93af7273 100644 --- a/text-utils/Makefile.am +++ b/text-utils/Makefile.am @@ -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 |