From: Michael Prokop Date: Mon, 7 Sep 2009 15:38:53 +0000 (+0200) Subject: Makefile: adjust dependency in tarball-online target X-Git-Tag: v0.9.10^0 X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=656f5a714c1751f946f238e24bb81d4c1109c960;hp=15caacd04cd4000b840c536f61d6068579e97e96 Makefile: adjust dependency in tarball-online target --- diff --git a/Makefile b/Makefile index f697d83..982c7ad 100644 --- a/Makefile +++ b/Makefile @@ -45,14 +45,13 @@ online: all tarball: all ./tarball.sh -tarball-online: all +tarball-online: tarball scp grml2usb.tgz grml2usb.tgz.md5.asc grml:/var/www/grml/grml2usb/ clean: rm -rf grml2usb.8.html grml2usb.8.xml grml2usb.8 rm -rf grml2iso.8.html grml2iso.8.xml grml2iso.8 rm -rf html-stamp man-stamp grml2usb.tar.gz grml2usb.tgz grml2usb.tgz.md5.asc - # codecheck: pylint --include-ids=y --max-line-length=120 grml2usb