[macruby-changes] [590] MacRuby/trunk/Rakefile

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 8 22:33:06 PDT 2008


Revision: 590
          http://trac.macosforge.org/projects/ruby/changeset/590
Author:   lsansonetti at 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}\""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macruby-changes/attachments/20080908/60705eae/attachment.html 


More information about the macruby-changes mailing list