aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ruby.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb
index 64afe8df5..d56d5317f 100644
--- a/Library/Formula/ruby.rb
+++ b/Library/Formula/ruby.rb
@@ -63,7 +63,6 @@ class Ruby < Formula
system "./configure", *args
system "make"
system "make install"
- system "make install-doc" if build.include? "with-doc"
end
def caveats; <<-EOS.undent