diff --git a/Rakefile b/Rakefile index 5d2f47442c..2d0be33faa 100644 --- a/Rakefile +++ b/Rakefile @@ -24,7 +24,7 @@ RDoc::Task.new do |doc| doc.main = 'README.rdoc' doc.title = "rdoc #{RDoc::VERSION} Documentation" doc.rdoc_dir = 'html' - doc.rdoc_files = FileList.new %w[lib/**/*.rb *.rdoc doc/markup_reference.rb] - PARSER_FILES + doc.rdoc_files = FileList.new %w[lib/**/*.rb *.rdoc doc/rdoc/markup_reference.rb] - PARSER_FILES end task ghpages: :rdoc do