summaryrefslogtreecommitdiff
path: root/installman
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-05-03 16:54:59 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-03 16:54:59 +0000
commit9285d2f359ab5c3d5e3b07ad8a14ca6b14086dd9 (patch)
tree3ff5430f5efa8af7c94a9032e1960bafd25273b5 /installman
parentb440e6ebb86487ed4bcde081fedd29fa18f7ed21 (diff)
downloadperl-9285d2f359ab5c3d5e3b07ad8a14ca6b14086dd9.tar.gz
Install psed man page.
p4raw-id: //depot/perl@9979
Diffstat (limited to 'installman')
-rwxr-xr-xinstallman3
1 files changed, 3 insertions, 0 deletions
diff --git a/installman b/installman
index 06f68f5ddd..2b6e6275a2 100755
--- a/installman
+++ b/installman
@@ -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 {