From 2eefcf5060d8963730d4e8df72d377f91ee56d91 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Tue, 25 Nov 2008 01:04:26 -0500 Subject: [PATCH] Adding .document RDoc config file --- .document | 4 ++++ Rakefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .document diff --git a/.document b/.document new file mode 100644 index 0000000..440f0cb --- /dev/null +++ b/.document @@ -0,0 +1,4 @@ +README.rdoc +lib/**/*.rb +History.txt +MIT-LICENSE.txt \ No newline at end of file diff --git a/Rakefile b/Rakefile index a0e26d3..08ff95e 100644 --- a/Rakefile +++ b/Rakefile @@ -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"