Update Makefile and debian/rules
authorMichael Prokop <mika@grml.org>
Thu, 12 Jul 2007 00:09:34 +0000 (02:09 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 12 Jul 2007 00:09:34 +0000 (02:09 +0200)
Makefile
debian/rules

index 8cd1e53..e943259 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,4 +25,4 @@ online:
        scp grml-x.html grml:/var/www/grml/grml-x/index.html
 
 clean:
-       rm -rf grml-x.html grml-x.xml grml-x.1 html-stamp man-stamp
+       rm -rf grml-x.html grml-x.1 grml-x.xml html-stamp man-stamp
index 901edc0..8430f08 100755 (executable)
@@ -21,7 +21,7 @@ build-stamp:
 clean:
        dh_testdir
        dh_testroot
-       rm -f build-stamp html-stamp man-stamp grml-x.html grml-x.1 grml-x.xml
+       rm -f build-stamp html-stamp man-stamp
 
        # Add here commands to clean up after the build process.
        -$(MAKE clean)