summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-22 13:33:38 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-22 13:33:38 +0100
commit0f847daf5a0ab64418aeb99ea8f868c9058bc59b (patch)
treeab2c5934a3964694f28fb158a6b5df757e4ec3ab
parent9080f1919e5e74e9607121551a94bb658db0e1f2 (diff)
downloadqt4-tools-0f847daf5a0ab64418aeb99ea8f868c9058bc59b.tar.gz
Fix docs build and install
-rw-r--r--qt4-tools.morph7
1 files changed, 3 insertions, 4 deletions
diff --git a/qt4-tools.morph b/qt4-tools.morph
index 244d10ffbf..5e8f33da51 100644
--- a/qt4-tools.morph
+++ b/qt4-tools.morph
@@ -5,11 +5,10 @@
"./configure -v -prefix /usr -opensource -confirm-license"
],
"build-commands": [
- "make"
+ "make",
+ "LD_LIBRARY_PATH=$DESTDIR/usr/lib QT_PLUGIN_PATH=$DESTDIR/usr/plugins make docs"
],
"install-commands": [
- "make install INSTALL_ROOT=$DESTDIR",
- "make docs",
- "make install_docs INSTALL_ROOT=$DESTDIR"
+ "make install INSTALL_ROOT=$DESTDIR"
]
}