diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/qt5.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/qt5.rb b/Library/Formula/qt5.rb index 81594f12b..58168388d 100644 --- a/Library/Formula/qt5.rb +++ b/Library/Formula/qt5.rb @@ -84,9 +84,12 @@ class Qt5 < Formula system "./configure", *args system "make" - system "make", "docs" if build.with? 'docs' ENV.j1 system "make install" + if build.with? 'docs' + system "make", "docs" + system "make", "install_docs" + end # Some config scripts will only find Qt in a "Frameworks" folder cd prefix do |
