diff options
Diffstat (limited to 'ruby/Rakefile')
-rw-r--r-- | ruby/Rakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby/Rakefile b/ruby/Rakefile index 0d302f9..8d5a7a5 100644 --- a/ruby/Rakefile +++ b/ruby/Rakefile @@ -6,8 +6,8 @@ Rake::TestTask.new do |t| end RDoc::Task.new :docs do |t| - t.main = "README.mkd" - t.rdoc_files.include('README.mkd', 'lib/*.rb') + t.main = "lib/luigi-template.rb" + t.rdoc_files.include('lib/*.rb') t.rdoc_dir = 'docs' # t.options << "--all" end |