From d59ddae8e127a8403ab637e9c4a605adccfaffe5 Mon Sep 17 00:00:00 2001 From: Eric Hodel Date: Mon, 24 Mar 2014 14:29:40 -0700 Subject: [PATCH] Publish rake docs to seattlerb.org for now I don't have permission to push them to Jim's documentation websites yet, so this will have to do. --- Rakefile | 4 ++++ 1 file changed, 4 insertions(+) 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',