mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
For rdoc, copy doc/rdoc to doc/ (#6181)
This commit is contained in:
parent
382cde96fa
commit
43c11f6c49
Notes:
git
2022-07-26 04:59:02 +09:00
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ def sync_default_gems(gem)
|
|||
when "rdoc"
|
||||
rm_rf(%w[lib/rdoc lib/rdoc.rb test/rdoc libexec/rdoc libexec/ri])
|
||||
cp_r(Dir.glob("#{upstream}/lib/rdoc*"), "lib")
|
||||
cp_r("#{upstream}/doc/rdoc", "doc")
|
||||
cp_r("#{upstream}/test/rdoc", "test")
|
||||
cp_r("#{upstream}/rdoc.gemspec", "lib/rdoc")
|
||||
cp_r("#{upstream}/Gemfile", "lib/rdoc")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue