diff options
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/installperl b/installperl index da6f739d05..4348411383 100755 --- a/installperl +++ b/installperl @@ -12,7 +12,8 @@ while (@ARGV) { umask 022; -@scripts = ('cppstdin', 'c2ph', 'h2xs', 'pstruct', 'x2p/s2p', 'x2p/find2perl'); +@scripts = ('cppstdin', 'c2ph', 'h2xs', 'pstruct', 'x2p/s2p', 'x2p/find2perl', + 'pod/pod2man', 'pod/pod2html', 'pod/pod2latex' ); @manpages = (<pod/*.man>, 'x2p/a2p.man', 'x2p/s2p.man'); # Read in the config file. |