From: Rafael Garcia-Suarez Date: Mon, 21 Jul 2003 19:46:19 +0000 (+0000) Subject: As the perldoc.pod is now in a separate file under pod/, X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cd0cddc9814dd65e6506f1a241b13444f607bf61;p=p5sagit%2Fp5-mst-13.2.git As the perldoc.pod is now in a separate file under pod/, the installman script was installing an empty perldoc.1 manpage. p4raw-id: //depot/perl@20179 --- diff --git a/installperl b/installperl index da86e09..9eaad73 100755 --- a/installperl +++ b/installperl @@ -102,7 +102,7 @@ my (@scripts, @tolink); open SCRIPTS, "utils.lst" or die "Can't open utils.lst: $!"; while () { next if /^#/; - next if /#\s*pod\s*=/; # Binary programs need separate treatment + next if /#\s*pod\s*=/; # The pods are provided separately chomp; if (/(\S*)\s*#\s*link\s*=\s*(\S*)/) { push @scripts, $1; diff --git a/utils.lst b/utils.lst index e4caa15..175a514 100644 --- a/utils.lst +++ b/utils.lst @@ -15,7 +15,7 @@ utils/h2xs utils/libnetcfg utils/perlbug utils/perlcc -utils/perldoc +utils/perldoc # pod = pod/perldoc.pod utils/perlivp utils/piconv utils/pl2pm