Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added a rake task to upload the documentation.
  • Loading branch information
pgross committed Nov 15, 2007
1 parent f1a1c2a commit 5901e7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Expand Up @@ -24,6 +24,11 @@ Rake::GemPackageTask.new(specification) do |package|
package.need_tar = true
end

desc 'Upload RDoc'
task :upload_rdoc => :rdoc do
sh "rsync -avzP doc/ pgross@rubyforge.org:/var/www/gforge-projects/pulse"
end

desc 'Generate RDoc'
Rake::RDocTask.new do |task|
task.main = 'README'
Expand Down

0 comments on commit 5901e7c

Please sign in to comment.