File tree 4 files changed +3
-2
lines changed
4 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 14
14
/lib /rdoc /markdown /literals.rb
15
15
/pkg
16
16
/tmp
17
+ /doc
17
18
Gemfile.lock
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RDoc::Task.new do |doc|
24
24
doc . main = 'README.rdoc'
25
25
doc . title = "rdoc #{ RDoc ::VERSION } Documentation"
26
26
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 misc /markup_reference.rb] - PARSER_FILES
28
28
end
29
29
30
30
task "coverage" do
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ require 'bundler/setup'
4
4
require 'rdoc'
5
5
6
6
# This is the easy way to prepare various kinds of RDoc objects.
7
- require_relative '../doc/rdoc /markup_reference'
7
+ require_relative '../misc /markup_reference'
8
8
9
9
require 'irb'
10
10
IRB . start ( __FILE__ )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments