summaryrefslogtreecommitdiff
path: root/man/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-22 22:26:16 +0000
committerJim Meyering <jim@meyering.net>2004-03-22 22:26:16 +0000
commitada07ea00bddb7532f9a57153906e660b6e33dfa (patch)
tree885635876f0339b174b1847533a46e18b7ff651f /man/Makefile.am
parentec8d69519449772e4c43b8bb5e01b81dd85b064f (diff)
downloadcoreutils-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/Makefile.am')
-rw-r--r--man/Makefile.am1
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 $@