diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-20 07:36:36 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-20 07:36:36 +0000 |
commit | 95667ae449650939b6e6a521264f3846244da96a (patch) | |
tree | b4171f1c7b56c1ca0954ae204e5e0422c75d1483 /installman | |
parent | d7b9cf6367cabfbce13a74b4cf20865766a2274a (diff) | |
download | perl-95667ae449650939b6e6a521264f3846244da96a.tar.gz |
move DProf things around to where they are supposed to be
p4raw-id: //depot/perl@3710
Diffstat (limited to 'installman')
-rwxr-xr-x | installman | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installman b/installman index ccb007c980..04ef5783f8 100755 --- a/installman +++ b/installman @@ -70,6 +70,7 @@ runpod2man('utils', $man1dir, $man1ext, 'perldoc'); runpod2man('utils', $man1dir, $man1ext, 'perlbug'); runpod2man('utils', $man1dir, $man1ext, 'pl2pm'); runpod2man('utils', $man1dir, $man1ext, 'splain'); +runpod2man('utils', $man1dir, $man1ext, 'dprofpp'); runpod2man('x2p', $man1dir, $man1ext, 's2p'); runpod2man('x2p', $man1dir, $man1ext, 'a2p.pod'); runpod2man('pod', $man1dir, $man1ext, 'pod2man'); |