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>
@ -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…
x
Reference in New Issue
Block a user