diff options
| author | Nils Fenner | 2013-12-23 15:38:30 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-12-23 18:35:20 +0000 |
| commit | bc4f4eac0a353d335456dd72873743251bf81800 (patch) | |
| tree | e4e8523d8a00a97a8e550692ea4ac3072eeb723d /Library/Formula | |
| parent | c928f34c090eb70d18e3555e1d83e8225520ef74 (diff) | |
| download | homebrew-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.rb | 1 |
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" |
