From f3cf70be88a19230970645d2fea7b9a58e7e7316 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Mon, 18 Apr 2016 20:02:15 +0300 Subject: [PATCH] qt5-webchannel:fix make --- desktop/toolkit/qt5/qt5-webchannel/actions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desktop/toolkit/qt5/qt5-webchannel/actions.py b/desktop/toolkit/qt5/qt5-webchannel/actions.py index 9ddd995208..785e185866 100644 --- a/desktop/toolkit/qt5/qt5-webchannel/actions.py +++ b/desktop/toolkit/qt5/qt5-webchannel/actions.py @@ -14,7 +14,8 @@ def setup(): qt5.configure() def build(): - qt5.make("docs") + qt5.make() + qt5.make("docs") def install(): qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR())