Skip to content

Commit

Permalink
RDoc task should include top-level .md files too
Browse files Browse the repository at this point in the history
Otherwise, `ri.md` and `ExampleMarkdown.md` will not be included in the
generated documentation.
  • Loading branch information
st0012 committed Jul 6, 2024
1 parent 0482993 commit 9dc4837
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 9dc4837

Please sign in to comment.