Skip to content

Commit

Permalink
Merge pull request #274 from ydah/rename-docs-main
Browse files Browse the repository at this point in the history
Fix RDoc main file to "README.rdoc"
  • Loading branch information
hsbt authored Jul 22, 2024
2 parents 2c5a142 + f767767 commit d27b781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require 'rdoc/task'
spec = Gem::Specification.load("racc.gemspec")

RDoc::Task.new(:docs) do |rd|
rd.main = "README.en.rdoc"
rd.main = "README.rdoc"
rd.rdoc_files.include(spec.files.find_all { |file_name|
file_name =~ /^(bin|lib|ext)/ || file_name !~ /\//
})
Expand Down

0 comments on commit d27b781

Please sign in to comment.