diff --git a/Rakefile b/Rakefile index 9aab8167a..2126347d2 100644 --- a/Rakefile +++ b/Rakefile @@ -39,6 +39,10 @@ hoe = Hoe.spec 'rake' do 'doc/**/*.rdoc' ] + self.local_rdoc_dir = 'html' + self.rsync_args = '-avz --delete' + rdoc_locations << 'docs.seattlerb.org:/data/www/docs.seattlerb.org/rake/' + self.clean_globs += [ '**/*.o', '**/*.rbc',