From: Jim Meyering Date: Thu, 25 Nov 2004 12:43:53 +0000 (+0000) Subject: (.x.1): Remove now-unnecessary use of X-Git-Tag: v5.3.0~329 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2edfe4f834b42cb3e77e0f7a53b70adbf6e0f72;p=thirdparty%2Fcoreutils.git (.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). --- diff --git a/man/Makefile.am b/man/Makefile.am index c6850df2ec..b690ad97db 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 $@