Skip to content

Commit

Permalink
add rdoc location on rubyforge.org
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Dec 19, 2011
1 parent 4d6d914 commit 765d3f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -36,6 +36,7 @@ hoe = Hoe.spec 'pkcs11' do
spec_extras[:files] = File.read_utf("Manifest.txt").split(/\r?\n\r?/).reject{|f| f=~/^pkcs11_/ } spec_extras[:files] = File.read_utf("Manifest.txt").split(/\r?\n\r?/).reject{|f| f=~/^pkcs11_/ }
spec_extras[:files] += GENERATED_FILES spec_extras[:files] += GENERATED_FILES
spec_extras[:has_rdoc] = 'yard' spec_extras[:has_rdoc] = 'yard'
self.rdoc_locations << "larskanis@rack.rubyforge.org:/var/www/gforge-projects/pkcs11/pkcs11/"
end end


ENV['RUBY_CC_VERSION'] ||= '1.8.7:1.9.2' ENV['RUBY_CC_VERSION'] ||= '1.8.7:1.9.2'
Expand Down

0 comments on commit 765d3f4

Please sign in to comment.