From: Jim Meyering Date: Thu, 22 Jan 2004 08:09:38 +0000 (+0000) Subject: (.x.1): Invoke our own (tweaked) copy of help2man. X-Git-Tag: v5.1.2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f156f64b8c2eb8c5983cbb4d21f69a881ba3cdb;p=thirdparty%2Fcoreutils.git (.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. --- diff --git a/man/Makefile.am b/man/Makefile.am index f634a8f0c1..a10c4b89c6 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 $@