From 65cc2e1828a2a6f0da0014359b60596a5429bd17 Mon Sep 17 00:00:00 2001 From: Nils Fenner Date: Mon, 30 Dec 2013 14:48:21 +0100 Subject: qt5: fix doc installation. Closes #25414. Closes #25550. Closes #25553. Signed-off-by: Mike McQuaid --- Library/Formula/qt5.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3