Skip to content

Commit

Permalink
fixed the makedocs script to work with more recent pod2html
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Graham committed Oct 24, 2009
1 parent 3c0ff32 commit 26dbfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/makedocs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
foreach my $target (keys %HTML) {
my $source = $HTML{$target};

system("pod2html --css=$StyleSheet $source $target");
system("pod2html --css=$StyleSheet --infile=$source --outfile=$target");

open my $fh, $target or die "can't read $target: $!\n";
my $text = <$fh>;
Expand Down

0 comments on commit 26dbfbd

Please sign in to comment.