summaryrefslogtreecommitdiff
path: root/rake_tasks/documentation.rake
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2011-07-08 17:16:07 +0000
committermurphy <murphy@rubychan.de>2011-07-08 17:16:07 +0000
commit30ce303d3e3374222fd79ae4d518e69023b15bff (patch)
treedb3b6e404d2a8b6e43b524f20aaff766627ec265 /rake_tasks/documentation.rake
parent3141db1f8bfee17994da5a8a97060ec59da90c31 (diff)
downloadcoderay-30ce303d3e3374222fd79ae4d518e69023b15bff.tar.gz
use Bundler to manage dependencies; just run "bundle" to install everything that CodeRay needs to test and build.
Diffstat (limited to 'rake_tasks/documentation.rake')
-rw-r--r--rake_tasks/documentation.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/rake_tasks/documentation.rake b/rake_tasks/documentation.rake
index 796e281..39e2ea0 100644
--- a/rake_tasks/documentation.rake
+++ b/rake_tasks/documentation.rake
@@ -16,7 +16,7 @@ Rake::RDocTask.new :doc do |rd|
template = File.join ROOT, 'rake_helpers', 'coderay_rdoc_template.rb'
rd.template = Pathname.new(template).expand_path.to_s
- rd.rdoc_files.add EXTRA_RDOC_FILES
+ rd.rdoc_files.add 'README.rdoc'
rd.rdoc_files.add Dir['lib']
rd.rdoc_dir = 'doc'
end