Adding .document RDoc config file

This commit is contained in:
Bryan Helmkamp 2008-11-25 01:04:26 -05:00
parent 6119a8d08f
commit 2eefcf5060
2 changed files with 5 additions and 1 deletions

4
.document Normal file
View File

@ -0,0 +1,4 @@
README.rdoc
lib/**/*.rb
History.txt
MIT-LICENSE.txt

View File

@ -77,7 +77,7 @@ end
desc "Generate RDoc"
task :docs do
system "hanna -x Rakefile -x spec -x '.js' --title 'Webrat #{Webrat::VERSION} API Documentation'"
system "hanna --title 'Webrat #{Webrat::VERSION} API Documentation'"
end
desc "Run specs using jruby"