mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Adjust the test direcotry structure of rdoc.
This commit is contained in:
parent
82b02c131e
commit
51f22deadb
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ def sync_default_gems(gem)
|
|||
when "rdoc"
|
||||
rm_rf(%w[lib/rdoc* test/rdoc libexec/rdoc libexec/ri])
|
||||
cp_r(Dir.glob("#{upstream}/lib/rdoc*"), "lib")
|
||||
cp_r("#{upstream}/test", "test/rdoc")
|
||||
cp_r("#{upstream}/test/rdoc", "test")
|
||||
cp_r("#{upstream}/rdoc.gemspec", "lib/rdoc")
|
||||
cp_r("#{upstream}/exe/rdoc", "libexec")
|
||||
cp_r("#{upstream}/exe/ri", "libexec")
|
||||
|
|
Loading…
Reference in a new issue