Release version 0.7-0
[vicar] / qtc_packaging / debian_harmattan / rules
index 3273a26..f93fe80 100755 (executable)
@@ -16,7 +16,7 @@
 configure: configure-stamp
 configure-stamp:
        dh_testdir
-       # qmake PREFIX=/usr# Uncomment this line for use without Qt Creator
+       qmake PREFIX=/usr # Uncomment this line for use without Qt Creator
 
        touch configure-stamp
 
@@ -27,7 +27,7 @@ build-stamp: configure-stamp
        dh_testdir
 
        # Add here commands to compile the package.
-       # $(MAKE) # Uncomment this line for use without Qt Creator
+       $(MAKE) # Uncomment this line for use without Qt Creator
        #docbook-to-man debian/vicar.sgml > vicar.1
 
        touch $@
@@ -38,7 +38,7 @@ clean:
        rm -f build-stamp configure-stamp
 
        # Add here commands to clean up after the build process.
-       $(MAKE) clean
+       $(MAKE) clean 
 
        dh_clean