(.x.1): Remove --info-page= option, reverting
authorJim Meyering <jim@meyering.net>
Mon, 22 Mar 2004 22:26:16 +0000 (22:26 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 22 Mar 2004 22:26:16 +0000 (22:26 +0000)
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

index 04c3ca5..d52c405 100644 (file)
@@ -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 $@