1
0
Fork 0
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:
Nathan Weizenbaum 2008-05-15 14:46:38 -07:00
parent 2a9436fe0f
commit 2a25c878e8

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