Skip to content

Commit

Permalink
Install the docs site.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ford committed Sep 23, 2010
1 parent 634fd8e commit 1e39ea5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rakelib/install.rake
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ namespace :install do
install_file name, /^lib/, BUILD_CONFIG[:lib_path]
end

# Install the documentation site
FileList['lib/rubinius/documentation/**/*'].each do |name|
install_file name, /^lib/, BUILD_CONFIG[:lib_path]
end

# Install the C extensions for the standard library.
FileList["lib/ext/**/*.#{$dlext}"].each do |name|
install_file name, %r[^lib/ext], BUILD_CONFIG[:ext_path]
Expand Down

0 comments on commit 1e39ea5

Please sign in to comment.