From d7c79e0718c4c2543604461f5a212ce6c9c5955d Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Fri, 18 Jun 2010 10:11:58 -0400 Subject: [PATCH] Updated rakefile website task. --- Rakefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Rakefile b/Rakefile index 6cd3816..65617a2 100644 --- a/Rakefile +++ b/Rakefile @@ -31,12 +31,6 @@ end desc 'Upload website files to rubyforge' task :website do sh %{rsync -av website/ jnunemaker@rubyforge.org:/var/www/gforge-projects/happymapper} - Rake::Task['website_docs'].invoke -end - -task :website_docs do - Rake::Task['rerdoc'].invoke - sh %{rsync -av doc/ jnunemaker@rubyforge.org:/var/www/gforge-projects/happymapper/docs} end Rake::RDocTask.new do |r|