From c8c842c779c2f27b383ca916a5c7a6c978536035 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Thu, 6 Jan 2011 10:54:37 +0100 Subject: [PATCH] README file is an RDoc file. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 309ea077..97b4b62d 100644 --- a/Rakefile +++ b/Rakefile @@ -20,6 +20,6 @@ Rake::RDocTask.new(:rdoc) do |rdoc| rdoc.rdoc_dir = 'rdoc' rdoc.title = 'SimpleForm' rdoc.options << '--line-numbers' << '--inline-source' - rdoc.rdoc_files.include('README') + rdoc.rdoc_files.include('README.rdoc') rdoc.rdoc_files.include('lib/**/*.rb') end \ No newline at end of file