1
0
Fork 0
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:
Hiroshi SHIBATA 2019-07-26 15:34:15 +08:00
parent 82b02c131e
commit 51f22deadb
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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")