mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Import Gemfile and Rakefile of rdoc by tool/sync_default_gems.rb
This commit is contained in:
parent
9ed196e487
commit
ef6dd407c8
1 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,8 @@ def sync_default_gems(gem)
|
|||
cp_r(Dir.glob("#{upstream}/lib/rdoc*"), "lib")
|
||||
cp_r("#{upstream}/test/rdoc", "test")
|
||||
cp_r("#{upstream}/rdoc.gemspec", "lib/rdoc")
|
||||
cp_r("#{upstream}/Gemfile", "lib/rdoc")
|
||||
cp_r("#{upstream}/Rakefile", "lib/rdoc")
|
||||
cp_r("#{upstream}/exe/rdoc", "libexec")
|
||||
cp_r("#{upstream}/exe/ri", "libexec")
|
||||
parser_files = {
|
||||
|
|
Loading…
Reference in a new issue