diff options
author | no author <noone@nowhere> | 2005-09-26 22:05:44 +0000 |
---|---|---|
committer | no author <noone@nowhere> | 2005-09-26 22:05:44 +0000 |
commit | 152f113f771ffb896e4d72b9a377a1e89f64c0f2 (patch) | |
tree | 4866bbb8c6d317b17653a54194d218956d0ba0fd /Rakefile | |
parent | dc3d3c61778daac9ff7e613f0f501e78ba751ac4 (diff) | |
download | coderay-152f113f771ffb896e4d72b9a377a1e89f64c0f2.tar.gz |
New RDoc Template!
added trunk/rake_helpers folder
moved trunk/coderay_rdoc_template.rb to it
changed trunk/Rakefile
added trunk/rake_helpers/ca.rb (CSS preprocessing)
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ Rake::RDocTask.new :rdoc do |rd| rd.main = ROOT + 'README'
rd.title = "CodeRay Documentation"
rd.options << '--line-numbers' << '--inline-source' << '--tab-width' << '2'
- rd.template = './coderay_rdoc_template.rb'
+ rd.template = 'rake_helpers/coderay_rdoc_template.rb'
rd.rdoc_files.add ROOT + 'README'
rd.rdoc_files.add *Dir[LIB_ROOT + '**/*.rb']
# rd.rdoc_files.include ROOT + 'coderay/scanners/*.rb'
|