[svn:parrot] r48043 - branches/html_cleanup/tools/docs

coke at svn.parrot.org coke at svn.parrot.org
Thu Jul 8 00:16:29 UTC 2010


Author: coke
Date: Thu Jul  8 00:16:28 2010
New Revision: 48043
URL: https://trac.parrot.org/parrot/changeset/48043

Log:
now that the old script is gone, just use docs/html

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	Thu Jul  8 00:13:31 2010	(r48042)
+++ branches/html_cleanup/tools/docs/make_html_docs.pl	Thu Jul  8 00:16:28 2010	(r48043)
@@ -39,7 +39,7 @@
 
 die "Usage: $0 --version\n" unless $version;
 
-my $target_dir = 'docs/html2';
+my $target_dir = 'docs/html';
 
 my $json = JSON->new();
 


More information about the parrot-commits mailing list