Install psed man page.
Jarkko Hietaniemi [Thu, 3 May 2001 16:54:59 +0000 (16:54 +0000)]
p4raw-id: //depot/perl@9979

installman

index 06f68f5..2b6e627 100755 (executable)
@@ -86,6 +86,9 @@ runpod2man('pod', $opts{man1dir}, $opts{man1ext}, 'pod2man', 'pod2html',
 # but then it would have to pay attention to $opts{man1dir} and $opts{man1ext}.
 runpod2man('utils', $opts{man1dir}, $opts{man1ext}, 'pstruct'); 
 
+# Similar concern as with pstruct/c2ph above: psed is s2p by other name.
+runpod2man('x2p', $opts{man1dir}, $opts{man1ext}, 'psed'); 
+
 runpod2man('lib/ExtUtils', $opts{man1dir}, $opts{man1ext}, 'xsubpp');
 
 sub runpod2man {