From 332b779b9cde9e9eb2af73b8d94b0dd15b5074ec Mon Sep 17 00:00:00 2001 From: inkytonik Date: Fri, 31 Dec 2010 14:53:13 +1100 Subject: Add --with-docs option to scala formula The Scala distributions do not include documentation for library APIs and tools. That documentation is distributed separately. This change makes the formula install this documentation when the --with-docs option is given. Signed-off-by: Adam Vandenberg --- Library/Formula/scala.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/scala.rb b/Library/Formula/scala.rb index f34b6cc40..e32e500ad 100644 --- a/Library/Formula/scala.rb +++ b/Library/Formula/scala.rb @@ -1,11 +1,22 @@ require 'formula' +class ScalaDocs