From 0d13c0d8591eb9c5794f9e70e8e52b57d2e0b368 Mon Sep 17 00:00:00 2001 From: commitay Date: Mon, 22 Oct 2018 11:20:14 +1000 Subject: [PATCH] erlang@18: remove without-docs option --- Formula/erlang@18.rb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Formula/erlang@18.rb b/Formula/erlang@18.rb index b9c315daaa..047dc4cb19 100644 --- a/Formula/erlang@18.rb +++ b/Formula/erlang@18.rb @@ -18,7 +18,6 @@ class ErlangAT18 < Formula option "with-native-libs", "Enable native library compilation" option "with-dirty-schedulers", "Enable experimental dirty schedulers" option "with-java", "Build jinterface application" - option "without-docs", "Do not install documentation" depends_on "autoconf" => :build depends_on "automake" => :build @@ -111,10 +110,8 @@ class ErlangAT18 < Formula ENV.deparallelize # Install is not thread-safe; can try to create folder twice and fail system "make", "install" - if build.with? "docs" - (lib/"erlang").install resource("man").files("man") - doc.install resource("html") - end + (lib/"erlang").install resource("man").files("man") + doc.install resource("html") end def caveats; <<~EOS