From 74e86d266b244ff40c098dfabab239710c6e5143 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Wed, 5 Sep 2018 23:19:38 -0400 Subject: ruby: more documentation --- ruby/Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ruby/Rakefile') 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 -- cgit v1.2.3