aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/appledoc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/appledoc.rb')
-rw-r--r--Library/Formula/appledoc.rb8
1 files changed, 7 insertions, 1 deletions
diff --git a/Library/Formula/appledoc.rb b/Library/Formula/appledoc.rb
index d3905035d..f391c2410 100644
--- a/Library/Formula/appledoc.rb
+++ b/Library/Formula/appledoc.rb
@@ -7,7 +7,13 @@ class Appledoc < Formula
md5 '142cf80513ca8eda2aba631483b2e4e6'
def install
- system "xcodebuild", "-project", "appledoc.xcodeproj", "-target", "appledoc", "-configuration", "Release", "install", "SYMROOT=build", "DSTROOT=build", "INSTALL_PATH=/bin"
+ system "xcodebuild", "-project", "appledoc.xcodeproj",
+ "-target", "appledoc",
+ "-configuration", "Release",
+ "install",
+ "SYMROOT=build",
+ "DSTROOT=build",
+ "INSTALL_PATH=/bin"
bin.install "build/bin/appledoc"
prefix.install "Templates/"
end