diff options
author | Chip Salzenberg <chip@atlantic.net> | 1997-02-22 02:41:53 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-02-22 02:41:53 +1200 |
commit | d121ca8cbe925d3e532e9c845f6853715e75724a (patch) | |
tree | 6f3566e5c99dcd114e3ff62cd028211a3ebc483e /installman | |
parent | dfdcb7a067c15e57f49dda89180ef92cb98eb798 (diff) | |
download | perl-d121ca8cbe925d3e532e9c845f6853715e75724a.tar.gz |
Add documentation and '-h' option to perlbug
This was the summary description that Chip wrote for the two changes:
4fc194b2052979cb8d28873cf62c0ce84cd214f5
3f4fc4634a226330cf98eab6871f26f45d52e425
Diffstat (limited to 'installman')
-rwxr-xr-x | installman | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installman b/installman index c5663dd562..600a68180e 100755 --- a/installman +++ b/installman @@ -61,6 +61,7 @@ runpod2man('utils', $man1dir, $man1ext, 'c2ph'); runpod2man('utils', $man1dir, $man1ext, 'h2ph'); runpod2man('utils', $man1dir, $man1ext, 'h2xs'); runpod2man('utils', $man1dir, $man1ext, 'perldoc'); +runpod2man('utils', $man1dir, $man1ext, 'perlbug'); runpod2man('utils', $man1dir, $man1ext, 'pl2pm'); runpod2man('x2p', $man1dir, $man1ext, 's2p'); runpod2man('x2p', $man1dir, $man1ext, 'a2p.pod'); |