summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-03 11:20:07 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-30 12:24:37 +0100
commite41d08f95d74d7309fc976cb62141b78239de975 (patch)
tree9cf34ef7be706a7e8509f621b32d4eb493e6fa15
parentf0c78876a514e6855638bbe620eb5e87b0e289e7 (diff)
downloadqtgraphicaleffects-e41d08f95d74d7309fc976cb62141b78239de975.tar.gz
Don't install the html docs as it ignores $DESTDIR for some reasonbaserock/morph
-rw-r--r--qtgraphicaleffects.morph6
1 files changed, 2 insertions, 4 deletions
diff --git a/qtgraphicaleffects.morph b/qtgraphicaleffects.morph
index f851c84..993f0f6 100644
--- a/qtgraphicaleffects.morph
+++ b/qtgraphicaleffects.morph
@@ -5,11 +5,9 @@
"qmake"
],
"build-commands": [
- "make",
- "make html_docs"
+ "make"
],
"install-commands": [
- "make install INSTALL_ROOT=$DESTDIR",
- "make install_html_docs INSTALL_ROOT=$DESTDIR"
+ "make install INSTALL_ROOT=$DESTDIR"
]
}