mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Make sure README.rdoc is the main rdoc file.
This commit is contained in:
parent
2a9436fe0f
commit
2a25c878e8
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -103,6 +103,7 @@ Rake::RDocTask.new do |rdoc|
|
|||
rdoc.rdoc_files.exclude('lib/haml/buffer.rb')
|
||||
rdoc.rdoc_files.exclude('lib/sass/tree/*')
|
||||
rdoc.rdoc_dir = 'rdoc'
|
||||
rdoc.main = 'README.rdoc'
|
||||
end
|
||||
|
||||
# ----- Coverage -----
|
||||
|
|
Loading…
Reference in a new issue