As the perldoc.pod is now in a separate file under pod/,
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 21 Jul 2003 19:46:19 +0000 (19:46 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 21 Jul 2003 19:46:19 +0000 (19:46 +0000)
the installman script was installing an empty perldoc.1 manpage.

p4raw-id: //depot/perl@20179

installperl
utils.lst

index da86e09..9eaad73 100755 (executable)
@@ -102,7 +102,7 @@ my (@scripts, @tolink);
 open SCRIPTS, "utils.lst" or die "Can't open utils.lst: $!";
 while (<SCRIPTS>) {
     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;
index e4caa15..175a514 100644 (file)
--- 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