aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJeong Mok Cho2013-04-11 14:55:42 +0900
committerJack Nagel2013-04-11 02:08:45 -0500
commit9cecdfb77844ccba72aa58ed424add9b88f1e3dc (patch)
treeb5a089a73e9342962e2b5b857a648af04f224fdd /Library/Formula
parent11c8d7132b2cad6f26c7cfca4e75f673b467d991 (diff)
downloadhomebrew-9cecdfb77844ccba72aa58ed424add9b88f1e3dc.tar.bz2
ruby: "make install-doc" is not necessary
Closes #19120. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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