Skip to content

Commit 636e34b

Browse files
authored
Merge pull request ruby#1134 from ruby/include-md-files-in-generated-docs
RDoc task should include top-level .md files too
2 parents 554e0f5 + 9dc4837 commit 636e34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RDoc::Task.new do |doc|
2424
doc.main = 'README.rdoc'
2525
doc.title = "rdoc #{RDoc::VERSION} Documentation"
2626
doc.rdoc_dir = '_site' # for github pages
27-
doc.rdoc_files = FileList.new %w[lib/**/*.rb *.rdoc doc/rdoc/markup_reference.rb] - PARSER_FILES
27+
doc.rdoc_files = FileList.new %w[lib/**/*.rb *.rdoc *.md doc/rdoc/markup_reference.rb] - PARSER_FILES
2828
end
2929

3030
task "coverage" do

0 commit comments

Comments
 (0)