From 9cecdfb77844ccba72aa58ed424add9b88f1e3dc Mon Sep 17 00:00:00 2001 From: Jeong Mok Cho Date: Thu, 11 Apr 2013 14:55:42 +0900 Subject: ruby: "make install-doc" is not necessary Closes #19120. Signed-off-by: Jack Nagel --- Library/Formula/ruby.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3