Skip to content

Commit

Permalink
Updated rakefile website task.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Jun 18, 2010
1 parent b00a69b commit d7c79e0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Rakefile
Expand Up @@ -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|
Expand Down

0 comments on commit d7c79e0

Please sign in to comment.