From 719b0f8e3037e1033726b6487d7b0d9fc1412e7d Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 2 Oct 2009 19:07:55 +0000 Subject: * lib/rake: updated to rake code to rake-0.8.7 source code base. * lib/rake/loaders/makefile.rb (Rake::MakefileLoader#process_line): respace dependencies too. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rake/rdoctask.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rake/rdoctask.rb') diff --git a/lib/rake/rdoctask.rb b/lib/rake/rdoctask.rb index de020f4d87..9198806026 100644 --- a/lib/rake/rdoctask.rb +++ b/lib/rake/rdoctask.rb @@ -19,7 +19,7 @@ module Rake # Rebuild the rdoc files from scratch, even if they are not out # of date. # - # Simple example: + # Simple Example: # # Rake::RDocTask.new do |rd| # rd.main = "README.rdoc" @@ -132,7 +132,7 @@ module Rake args = option_list + @rdoc_files if @external argstring = args.join(' ') - sh %{ruby -Ivendor vender/rd #{argstring}} + sh %{ruby -Ivendor vendor/rd #{argstring}} else require 'rdoc/rdoc' RDoc::RDoc.new.document(args) -- cgit v1.2.3