summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-20 14:11:55 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-20 14:11:55 +0100
commitb8e13e6659977d61adf4cce9511e877af0a412c2 (patch)
tree768dbe09831ffda1510357a8d450016401915c97
parent271dd66de0c318d8ae7257c8c8f618b28b1de48c (diff)
downloadqt4-tools-b8e13e6659977d61adf4cce9511e877af0a412c2.tar.gz
Build the documentation
-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"
]
}