diff options
Diffstat (limited to 'rake_tasks/documentation.rake')
-rw-r--r-- | rake_tasks/documentation.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rake_tasks/documentation.rake b/rake_tasks/documentation.rake index ff65ec3..bc72f7b 100644 --- a/rake_tasks/documentation.rake +++ b/rake_tasks/documentation.rake @@ -4,7 +4,7 @@ require 'pathname' CODERAY_TEMPLATE = Pathname.new(File.dirname(__FILE__)).join('..', 'rake_helpers', 'coderay_rdoc_template.rb').expand_path.to_s
def set_rdoc_info rd
- rd.main = 'README'
+ rd.main = 'lib/README'
rd.title = "CodeRay Documentation"
rd.options << '--line-numbers' << '--inline-source' << '--tab-width' << '2'
# rd.options << '--format' << ENV.fetch('format', 'html_coderay')
|