From ada07ea00bddb7532f9a57153906e660b6e33dfa Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 22 Mar 2004 22:26:16 +0000 Subject: (.x.1): Remove --info-page= option, reverting the change of 2004-01-22. I can no longer reproduce the problem that prompted that change, and `info coreutils pr' would display the `printing text' section of the manual, not the one on `pr invocation'. --- man/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'man/Makefile.am') diff --git a/man/Makefile.am b/man/Makefile.am index 04c3ca5b3..d52c405d0 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 \ - --info-page='$(PACKAGE) $*' \ --include=$(srcdir)/$*.x \ --output=$@ $t/$*$(EXEEXT) @chmod a-w $@ -- cgit v1.2.3-54-g00ecf