From a9186f8621b0652e590f625d58140e056e30b271 Mon Sep 17 00:00:00 2001 From: Jeong Mok Cho Date: Thu, 11 Apr 2013 14:55:42 +0900 Subject: [PATCH] ruby: "make install-doc" is not necessary Closes Homebrew/homebrew#19120. Signed-off-by: Jack Nagel --- Formula/ruby.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/ruby.rb b/Formula/ruby.rb index 64afe8df573..d56d5317fc4 100644 --- a/Formula/ruby.rb +++ b/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