diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-09 00:40:41 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-09 00:40:41 +0000 |
commit | 791035f5432cecc8490207f501395ee51c34c038 (patch) | |
tree | 986c6d9c548ba4d3b9d4f2586f92217eb5c1d313 /installman | |
parent | 69d2bceb2ed87c2e5bcbc3050c1143a1fc72474b (diff) | |
download | perl-791035f5432cecc8490207f501395ee51c34c038.tar.gz |
generate manpages for newly added utils
p4raw-id: //depot/perl@3340
Diffstat (limited to 'installman')
-rwxr-xr-x | installman | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/installman b/installman index 51e20196d2..4f62be5860 100755 --- a/installman +++ b/installman @@ -65,6 +65,7 @@ runpod2man('lib', $man3dir, $man3ext); runpod2man('utils', $man1dir, $man1ext, 'c2ph'); runpod2man('utils', $man1dir, $man1ext, 'h2ph'); runpod2man('utils', $man1dir, $man1ext, 'h2xs'); +runpod2man('utils', $man1dir, $man1ext, 'perlcc'); runpod2man('utils', $man1dir, $man1ext, 'perldoc'); runpod2man('utils', $man1dir, $man1ext, 'perlbug'); runpod2man('utils', $man1dir, $man1ext, 'pl2pm'); @@ -73,6 +74,9 @@ runpod2man('x2p', $man1dir, $man1ext, 's2p'); runpod2man('x2p', $man1dir, $man1ext, 'a2p.pod'); runpod2man('pod', $man1dir, $man1ext, 'pod2man'); runpod2man('pod', $man1dir, $man1ext, 'pod2html'); +runpod2man('pod', $man1dir, $man1ext, 'pod2usage'); +runpod2man('pod', $man1dir, $man1ext, 'podchecker'); +runpod2man('pod', $man1dir, $man1ext, 'podselect'); # It would probably be better to have this page linked # to the c2ph man page. Or, this one could say ".so man1/c2ph.1", |