From e41d08f95d74d7309fc976cb62141b78239de975 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Fri, 3 May 2013 11:20:07 +0100 Subject: Don't install the html docs as it ignores $DESTDIR for some reason --- qtgraphicaleffects.morph | 6 ++---- 1 file 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" ] } -- cgit v1.2.1