diff --git a/desktop/toolkit/qt5/qt5-doc/actions.py b/desktop/toolkit/qt5/qt5-doc/actions.py index 783f5f0691..2e70ea06df 100644 --- a/desktop/toolkit/qt5/qt5-doc/actions.py +++ b/desktop/toolkit/qt5/qt5-doc/actions.py @@ -15,6 +15,7 @@ def setup(): def build(): qt5.make("docs") + qt5.make() def install(): qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR())