From 837305b3fe228162e4ed9ebc201078a69c525433 Mon Sep 17 00:00:00 2001 From: murphy Date: Mon, 12 Jan 2009 14:39:03 +0000 Subject: Added rake task to copy the generated documentation over to the CodeRay website. --- rake_tasks/documentation.rake | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rake_tasks') diff --git a/rake_tasks/documentation.rake b/rake_tasks/documentation.rake index bc72f7b..c364348 100644 --- a/rake_tasks/documentation.rake +++ b/rake_tasks/documentation.rake @@ -20,3 +20,8 @@ Rake::RDocTask.new :doc do |rd| set_rdoc_info rd rd.rdoc_dir = 'doc' end + +desc 'Copy the documentation over to the CodeRay website' +task :copy_doc do + cp_r 'doc/.', '../../rails/coderay/public/doc' +end -- cgit v1.2.1