[svn:parrot] r48102 - branches/html_cleanup/tools/docs
coke at svn.parrot.org
coke at svn.parrot.org
Sun Jul 18 19:46:05 UTC 2010
Author: coke
Date: Sun Jul 18 19:46:04 2010
New Revision: 48102
URL: https://trac.parrot.org/parrot/changeset/48102
Log:
just add .html to the file name, as in trunk (for now)
Modified:
branches/html_cleanup/tools/docs/make_html_docs.pl
Modified: branches/html_cleanup/tools/docs/make_html_docs.pl
==============================================================================
--- branches/html_cleanup/tools/docs/make_html_docs.pl Sat Jul 17 13:32:21 2010 (r48101)
+++ branches/html_cleanup/tools/docs/make_html_docs.pl Sun Jul 18 19:46:04 2010 (r48102)
@@ -118,8 +118,7 @@
my $formatter = Parrot::Docs::PodToHtml->new();
- my $outfile = File::Spec->catfile($target_dir, $input);
- $outfile =~ s/\.[^.]*$/.html/;
+ my $outfile = File::Spec->catfile($target_dir, $input) . '.html';
my $dir = File::Path::make_path(File::Basename::dirname($outfile));
More information about the parrot-commits
mailing list