Author: donaldp
Date: Fri Oct 26 23:57:23 2012
New Revision: 1402726

URL: http://svn.apache.org/viewvc?rev=1402726&view=rev
Log:
Fix the name of the file that rdoc looks for as part of the site building 
process as we have updated to a newer version of rdoc

Modified:
    buildr/trunk/rakelib/doc.rake

Modified: buildr/trunk/rakelib/doc.rake
URL: 
http://svn.apache.org/viewvc/buildr/trunk/rakelib/doc.rake?rev=1402726&r1=1402725&r2=1402726&view=diff
==============================================================================
--- buildr/trunk/rakelib/doc.rake (original)
+++ buildr/trunk/rakelib/doc.rake Fri Oct 26 23:57:23 2012
@@ -75,7 +75,7 @@ end
 desc 'Build a copy of the Web site in the ./_site'
 task 'site' => ['_site', :rdoc, 'buildr.pdf'] do
   cp_r 'rdoc', '_site'
-  fail 'No RDocs in site directory' unless 
File.exist?('_site/rdoc/lib/buildr_rb.html')
+  fail 'No RDocs in site directory' unless 
File.exist?('_site/rdoc/Buildr.html')
   cp 'CHANGELOG', '_site'
   open('_site/.htaccess', 'w') do |htaccess|
     htaccess << %Q{


Reply via email to