mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Import rubygems 1.5.0 (released version @ 1fb59d0)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f4234c9b8f
commit
ec84bfc9e3
17 changed files with 201 additions and 46 deletions
|
@ -342,8 +342,10 @@ abort "#{deprecation_message}"
|
|||
require 'rdoc/rdoc'
|
||||
|
||||
args << '--quiet'
|
||||
args << '--main' << 'README'
|
||||
args << '.' << 'README' << 'LICENSE.txt' << 'GPL.txt'
|
||||
args << '--main' << 'README.rdoc'
|
||||
args << '.'
|
||||
args << 'README.rdoc' << 'UPGRADING.rdoc'
|
||||
args << 'LICENSE.txt' << 'GPL.txt' << 'History.txt'
|
||||
|
||||
r = RDoc::RDoc.new
|
||||
r.document args
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue