summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-11-25 12:43:53 +0000
committerJim Meyering <jim@meyering.net>2004-11-25 12:43:53 +0000
commitd2edfe4f834b42cb3e77e0f7a53b70adbf6e0f72 (patch)
treec210d6dcc115a7349cc022560955cd0bd078ae7a /man
parente599921d04bba61c54010a8ac84e529d83780ace (diff)
downloadcoreutils-d2edfe4f834b42cb3e77e0f7a53b70adbf6e0f72.tar.xz
(.x.1): Remove now-unnecessary use of
locally-added --program-name=NAME option. Now, help2man gets the name from the [NAME] section (i.e. from our .x file).
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index c6850df2e..b690ad97d 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -130,7 +130,6 @@ 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 $@