X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=Makefile;h=542768c27aa9b0480b2bdf15476f779e2b8ea208;hp=f697d832636e5c819fe79d110267275f424202d1;hb=a364513c4e81273eb0cc175c158c22d5a2df6f69;hpb=822f6f291e45b7164fa71e253d344aa0cc6d4269 diff --git a/Makefile b/Makefile index f697d83..542768c 100644 --- a/Makefile +++ b/Makefile @@ -45,16 +45,16 @@ 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: + pyflakes grml2usb pylint --include-ids=y --max-line-length=120 grml2usb # pylint --include-ids=y --disable-msg-cat=C0301 --disable-msg-cat=W0511 grml2usb # pylint --reports=n --include-ids=y --disable-msg-cat=C0301 grml2usb