aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorNils Fenner2013-12-23 15:38:30 +0100
committerMike McQuaid2013-12-23 18:35:20 +0000
commitbc4f4eac0a353d335456dd72873743251bf81800 (patch)
treee4e8523d8a00a97a8e550692ea4ac3072eeb723d /Library/Formula
parentc928f34c090eb70d18e3555e1d83e8225520ef74 (diff)
downloadhomebrew-bc4f4eac0a353d335456dd72873743251bf81800.tar.bz2
qt5: fix optionally building docs.
Closes #25414. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qt5.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/qt5.rb b/Library/Formula/qt5.rb
index 9b6f252c4..81594f12b 100644
--- a/Library/Formula/qt5.rb
+++ b/Library/Formula/qt5.rb
@@ -84,6 +84,7 @@ class Qt5 < Formula
system "./configure", *args
system "make"
+ system "make", "docs" if build.with? 'docs'
ENV.j1
system "make install"