[590] MacRuby/trunk/Rakefile
Revision: 590 http://trac.macosforge.org/projects/ruby/changeset/590 Author: lsansonetti@apple.com Date: 2008-09-08 22:33:06 -0700 (Mon, 08 Sep 2008) Log Message: ----------- do not depend install_doc on miniruby Modified Paths: -------------- MacRuby/trunk/Rakefile Modified: MacRuby/trunk/Rakefile =================================================================== --- MacRuby/trunk/Rakefile 2008-09-09 03:30:58 UTC (rev 589) +++ MacRuby/trunk/Rakefile 2008-09-09 05:33:06 UTC (rev 590) @@ -608,7 +608,7 @@ task :install => 'framework:install' desc "Generate and install RDoc/RI" -task :install_doc => 'miniruby' do +task :install_doc do doc_op = '.ext/rdoc' unless File.exist?(doc_op) sh "./miniruby -I./lib bin/rdoc --all --ri --op \"#{doc_op}\""
participants (1)
-
source_changes@macosforge.org