summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qt4-tools.morph6
1 files changed, 4 insertions, 2 deletions
diff --git a/qt4-tools.morph b/qt4-tools.morph
index 95cf4ee818..aba53ec29c 100644
--- a/qt4-tools.morph
+++ b/qt4-tools.morph
@@ -5,9 +5,11 @@
"./configure -v -prefix /usr -opensource -confirm-license"
],
"build-commands": [
- "make"
+ "make",
+ "make docs"
],
"install-commands": [
- "make install INSTALL_ROOT=$DESTDIR"
+ "make install INSTALL_ROOT=$DESTDIR",
+ "make install_docs INSTALL_ROOT=$DESTDIR"
]
}