summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-20 16:46:23 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-20 16:46:23 +0100
commit9080f1919e5e74e9607121551a94bb658db0e1f2 (patch)
tree8cb4f0bb7ecbbb3c9f95da99e3e3d4c949c5f507
parentb8e13e6659977d61adf4cce9511e877af0a412c2 (diff)
downloadqt4-tools-9080f1919e5e74e9607121551a94bb658db0e1f2.tar.gz
Try making the documentation after the install step
-rw-r--r--qt4-tools.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt4-tools.morph b/qt4-tools.morph
index aba53ec29c..244d10ffbf 100644
--- a/qt4-tools.morph
+++ b/qt4-tools.morph
@@ -5,11 +5,11 @@
"./configure -v -prefix /usr -opensource -confirm-license"
],
"build-commands": [
- "make",
- "make docs"
+ "make"
],
"install-commands": [
"make install INSTALL_ROOT=$DESTDIR",
+ "make docs",
"make install_docs INSTALL_ROOT=$DESTDIR"
]
}