Add tarball.sh for generating tarball of grml2usb
[grml2usb.git] / Makefile
index 0d1dfc6..b8554fd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,13 +28,16 @@ online: all
        scp images/icons/*          grml:/var/www/grml/grml2usb/images/icons/
        scp images/screenshot.png   grml:/var/www/grml/grml2usb/images/
 
+tarball: all
+       ./tarball.sh
+
 clean:
-       rm -rf grml2usb.8.html grml2usb.8.xml grml2usb.8 html-stamp man-stamp
+       rm -rf grml2usb.8.html grml2usb.8.xml grml2usb.8 html-stamp man-stamp grml2usb.tar.gz
 
 codecheck:
-       pylint --include-ids=y --max-line-length=120 grml2usb.py
-       # pylint --include-ids=y --disable-msg-cat=C0301 --disable-msg-cat=W0511 grml2usb.py
-       # pylint --reports=n --include-ids=y --disable-msg-cat=C0301 grml2usb.py
+       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
 
 # graph:
 #      sudo pycallgraph grml2usb /grml/isos/grml-small_2008.11.iso /dev/sdb1