Skip to content

Commit

Permalink
Merge pull request #1134 from ruby/include-md-files-in-generated-docs
Browse files Browse the repository at this point in the history
RDoc task should include top-level .md files too
  • Loading branch information
zenspider authored Jul 10, 2024
2 parents 554e0f5 + 9dc4837 commit 636e34b
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 @@ -24,7 +24,7 @@ RDoc::Task.new do |doc|
doc.main = 'README.rdoc'
doc.title = "rdoc #{RDoc::VERSION} Documentation"
doc.rdoc_dir = '_site' # for github pages
doc.rdoc_files = FileList.new %w[lib/**/*.rb *.rdoc doc/rdoc/markup_reference.rb] - PARSER_FILES
doc.rdoc_files = FileList.new %w[lib/**/*.rb *.rdoc *.md doc/rdoc/markup_reference.rb] - PARSER_FILES
end

task "coverage" do
Expand Down

0 comments on commit 636e34b

Please sign in to comment.