(.x.1): Remove now-unnecessary use of
authorJim Meyering <jim@meyering.net>
Thu, 25 Nov 2004 12:43:53 +0000 (12:43 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 25 Nov 2004 12:43:53 +0000 (12:43 +0000)
locally-added --program-name=NAME option.  Now, help2man gets
the name from the [NAME] section (i.e. from our .x file).

man/Makefile.am

index c6850df2ec774d4ea54c5ff0fefdbbc1ca1ae490..b690ad97db744558c34161e15588db1527a7d152 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           \
-           --program-name=$*                   \
            --include=$(srcdir)/$*.x            \
            --output=$@ $t/$*$(EXEEXT)
        @chmod a-w $@