ruby: "make install-doc" is not necessary

Closes Homebrew/homebrew#19120.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jeong Mok Cho 2013-04-11 14:55:42 +09:00 committed by Jack Nagel
parent ed7a268033
commit a9186f8621
1 changed files with 0 additions and 1 deletions

View File

@ -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