summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-10-20 00:54:13 -0400
committerPádraig Brady <P@draigBrady.com>2011-10-20 16:05:32 +0100
commitf5b498c09ab399d1c721e30d38a2837dca2b73e9 (patch)
treec716ed672b39a5b4c58c9cf0c2ecf02c520aae59 /man
parente6fb579f4131506c14195788c6a5ae980ca7b05d (diff)
downloadcoreutils-f5b498c09ab399d1c721e30d38a2837dca2b73e9.tar.xz
build: include man-pages for non-default progs
At the moment, things like man/arch.1 are not included in the tarball. This makes perl a requirement if you want to build/install the arch helper. * man/Makefile.am (EXTRA_DIST): Add $(NO_INSTALL_PROGS_DEFAULT:%=%.1).
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index cb4408c16..8733a3591 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -19,7 +19,8 @@ dist_man1_MANS = $(MAN)
man_aux = $(dist_man1_MANS:.1=.x)
-EXTRA_DIST = $(man_aux) $(NO_INSTALL_PROGS_DEFAULT:%=%.x) help2man
+EXTRA_DIST = $(man_aux) $(NO_INSTALL_PROGS_DEFAULT:%=%.x) help2man \
+ $(NO_INSTALL_PROGS_DEFAULT:%=%.1)
MAINTAINERCLEANFILES = $(dist_man1_MANS)
# Depend on ../.version to get version number changes.