diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-22 22:26:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-22 22:26:16 +0000 |
commit | ada07ea00bddb7532f9a57153906e660b6e33dfa (patch) | |
tree | 885635876f0339b174b1847533a46e18b7ff651f /man | |
parent | ec8d69519449772e4c43b8bb5e01b81dd85b064f (diff) | |
download | coreutils-ada07ea00bddb7532f9a57153906e660b6e33dfa.tar.xz |
(.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'.
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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 $@ |