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

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


Author: coke
Date: Thu Jul  8 00:11:00 2010
New Revision: 48041
URL: https://trac.parrot.org/parrot/changeset/48041

Log:
'make html' is really run from docs/ - fix the script to cope.

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:07:50 2010	(r48040)
+++ branches/html_cleanup/tools/docs/make_html_docs.pl	Thu Jul  8 00:11:00 2010	(r48041)
@@ -18,6 +18,10 @@
 
 use 5.12.0;
 
+# as long as we have a separate docs/ makefile, this will be run from
+# inside it. So jump up a dir to catch all the files.
+chdir '..';
+
 use warnings;
 use lib 'lib';
 use Fatal qw/open close/;


More information about the parrot-commits mailing list