summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorno author <noone@nowhere>2005-09-26 22:05:44 +0000
committerno author <noone@nowhere>2005-09-26 22:05:44 +0000
commit152f113f771ffb896e4d72b9a377a1e89f64c0f2 (patch)
tree4866bbb8c6d317b17653a54194d218956d0ba0fd /Rakefile
parentdc3d3c61778daac9ff7e613f0f501e78ba751ac4 (diff)
downloadcoderay-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--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index de3fef3..67caebf 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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'