Make sure README.rdoc is the main rdoc file.

This commit is contained in:
Nathan Weizenbaum 2008-05-15 14:46:38 -07:00
parent 2a9436fe0f
commit 2a25c878e8
1 changed files with 1 additions and 0 deletions

View File

@ -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 -----