aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-08-06 22:38:32 -0700
committerAdam Vandenberg2013-08-08 11:14:42 -0700
commitdba9b8d35335f7b31b239c9dee5fd9146f0ce3d4 (patch)
treede0d7181ee9a4e183ccd446c499d527071479475 /Library
parent3d2c63757bd98fc0135cf971f765058c1d225c72 (diff)
downloadhomebrew-dba9b8d35335f7b31b239c9dee5fd9146f0ce3d4.tar.bz2
scala: add comment about IntelliJ
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/scala.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/scala.rb b/Library/Formula/scala.rb
index 85edd6fc4..a850545de 100644
--- a/Library/Formula/scala.rb
+++ b/Library/Formula/scala.rb
@@ -44,6 +44,7 @@ class Scala < Formula
(share/'doc'/branch).install Dir['*']
end if build.include? 'with-docs'
+ # Set up an IntelliJ compatible symlink farm in 'idea'
idea = prefix/'idea'
idea.install_symlink libexec/'src', libexec/'lib'
(idea/'doc/scala-devel-docs').install_symlink doc => 'api'