Added sync functionality with website. http://www.willemliu.nl/qt/maemo/easylist...
[easylist] / qtc_packaging / debian_fremantle / rules
index f837571..b262521 100755 (executable)
@@ -27,7 +27,7 @@ build-stamp: configure-stamp
        dh_testdir
 
        # Add here commands to compile the package.
-       qmake
+       # qmake
        $(MAKE)
        #docbook-to-man debian/easylist.sgml > easylist.1
 
@@ -39,6 +39,7 @@ clean:
        rm -f build-stamp configure-stamp
 
        # Add here commands to clean up after the build process.
+       $(MAKE) clean
 
        dh_clean