summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-04-20 10:04:11 +0000
committerJim Meyering <jim@meyering.net>2004-04-20 10:04:11 +0000
commitd8c64d085cae9c41754b5eddc17e572372069b11 (patch)
tree7a62ee1686c44ef51b2841f7aba0d2b6dad626e9 /man
parenta378497e2bd766f4a8eecca9bd07dd3b9b31d23e (diff)
downloadcoreutils-d8c64d085cae9c41754b5eddc17e572372069b11.tar.xz
(.x.1): Use help2man's new --program-name=NAME option.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index d52c405d0..ac0d36329 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -130,6 +130,7 @@ mapped_name = `echo $*|sed 's/install/ginstall/; s/test/[/'`
mkdir $t; \
(cd $t && $(LN_S) ../../src/$(mapped_name)$(EXEEXT) $*$(EXEEXT)); \
$(PERL) -- $(srcdir)/help2man \
+ --program-name=$* \
--include=$(srcdir)/$*.x \
--output=$@ $t/$*$(EXEEXT)
@chmod a-w $@