summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-01-22 08:09:38 +0000
committerJim Meyering <jim@meyering.net>2004-01-22 08:09:38 +0000
commit2f156f64b8c2eb8c5983cbb4d21f69a881ba3cdb (patch)
tree31c783a981ec7712c252b6329797fe35f5edf5d3 /man
parentb034df7b256fa7d13976f6e742820543e1c0104b (diff)
downloadcoreutils-2f156f64b8c2eb8c5983cbb4d21f69a881ba3cdb.tar.xz
(.x.1): Invoke our own (tweaked) copy of help2man.
Use --info-page='coreutils PROG' option. Now, readlink.1 refers the user to `info coreutils readlink' rather than to `info readlink'. Reported by Matt Swift.
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 f634a8f0c..a10c4b89c 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -129,7 +129,8 @@ mapped_name = `echo $*|sed 's/install/ginstall/; s/test/[/'`
@echo "Updating man page $@"; \
mkdir $t; \
(cd $t && $(LN_S) ../../src/$(mapped_name)$(EXEEXT) $*$(EXEEXT)); \
- $(HELP2MAN) \
+ $(srcdir)/help2man \
+ --info-page='$(PACKAGE) $*' \
--include=$(srcdir)/$*.x \
--output=$@ $t/$*$(EXEEXT)
@chmod a-w $@