Lines Matching refs:converted
165 # Flag to indicate whether we have converted at least one file
166 # indicates how many files have been converted
167 my $converted = 0;
181 # if this is the first file to be converted we may want to add
184 $preamble = 1 if ($converted == 0 && $options{'full'});
186 # if this is the last file to be converted may want to add
190 my $postamble = ( ($converted == $#pods && $options{'full'}) ? 1 : 0 );
218 # We have converted at least one file
219 $converted++;
231 unlink "$output" unless $converted;
234 warn "Converted $converted files\n" if $options{'verbose'};
333 pod documents are converted into a single output C<latex> file.