erlang: remove without-docs option
This commit is contained in:
parent
3a2c4ba0fa
commit
c3587e29c0
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue