Skip to content

Commit

Permalink
For rdoc, copy doc/rdoc to doc/ (ruby#6181)
Browse files Browse the repository at this point in the history
  • Loading branch information
BurdetteLamar authored Jul 25, 2022
1 parent 382cde9 commit 43c11f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool/sync_default_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 43c11f6

Please sign in to comment.