From c3587e29c0ab4f8d7ff20a26095a4001b1a4e9b9 Mon Sep 17 00:00:00 2001 From: commitay Date: Mon, 22 Oct 2018 11:20:14 +1000 Subject: [PATCH] erlang: remove without-docs option --- Formula/erlang.rb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Formula/erlang.rb b/Formula/erlang.rb index a3f3f4eb1c..481d543b0b 100644 --- a/Formula/erlang.rb +++ b/Formula/erlang.rb @@ -17,10 +17,8 @@ class Erlang < 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" deprecated_option "disable-hipe" => "without-hipe" - deprecated_option "no-docs" => "without-docs" depends_on "autoconf" => :build depends_on "automake" => :build @@ -90,10 +88,8 @@ class Erlang < Formula system "make" 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