Skip to content

Commit

Permalink
Publish rake docs to seattlerb.org for now
Browse files Browse the repository at this point in the history
I don't have permission to push them to Jim's documentation websites
yet, so this will have to do.
  • Loading branch information
drbrain committed Mar 24, 2014
1 parent ff1b45c commit d59ddae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d59ddae

Please sign in to comment.