diff options
author | murphy <murphy@rubychan.de> | 2009-01-12 14:20:45 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-01-12 14:20:45 +0000 |
commit | 97c9be3b3087f2b8c8e7d22960d00bde06bc7850 (patch) | |
tree | a10be7d68e87b5c58a4c9745fb83b144bca8fab7 /rake_tasks | |
parent | 558956eaff25fd832ccd3dc5747365bf32cd3825 (diff) | |
download | coderay-97c9be3b3087f2b8c8e7d22960d00bde06bc7850.tar.gz |
Fixed documentation links.
Diffstat (limited to 'rake_tasks')
-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')
|