summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
]
}