Lines Matching full:scripts
42 # Generate full paths for scripts distributed in the bin directory. Appends
43 # the .com extension to scripts on VMS, unless they already have the .PL
46 # @scripts - List of script names
50 sub scripts {
51 my (@scripts) = @_;
52 my @paths = map { File::Spec->catfile('scripts', $_) } @scripts;
91 EXE_FILES => [scripts('pod2text', 'pod2man')],
96 # Use *.PL files to generate the driver scripts so that we get the correct
99 scripts('pod2man.PL', 'pod2man'), scripts('pod2text.PL', 'pod2text'),
104 man1pod('scripts', 'pod2man.PL'),
105 man1pod('scripts', 'pod2text.PL'),
113 realclean => { FILES => scalar(scripts('pod2text', 'pod2man')) },