Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Update Makefile and debian/rules
authorMichael Prokop <mika@grml.org>
Thu Jul 12 02:09:34 2007 +0200 (16 months ago)
changeset 43b6e10277f03c
manifestb6e10277f03c
parent 426335b96848b7
child 447f9af5d23c51
Update Makefile and debian/rules
Makefile
debian/rules
--- a/Makefile Thu Jul 12 02:08:02 2007 +0200
+++ b/Makefile Thu Jul 12 02:09:34 2007 +0200
@@ -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
--- a/debian/rules Thu Jul 12 02:08:02 2007 +0200
+++ b/debian/rules Thu Jul 12 02:09:34 2007 +0200
@@ -21,7 +21,7 @@ clean:
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)