X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=Makefile;h=ac3b49820f1fc83bf922c7a7e14a390a75962f8f;hp=b7166d069c3e8ec37383301c35e690f0c099ff4c;hb=2ec387d38fba2294980b00aee3b748f2d005161a;hpb=fc369c3e6d5b633fcbce134caeefcda78e359d91 diff --git a/Makefile b/Makefile index b7166d0..ac3b498 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ doc: doc_man doc_html doc_html: html-stamp html-stamp: grml2usb.8.txt - asciidoc -b xhtml11 -a icons grml2usb.8.txt + asciidoc -b xhtml11 -a icons -a toc -a numbered grml2usb.8.txt touch html-stamp doc_man: man-stamp @@ -28,8 +28,14 @@ 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 + +tarball-online: all + scp grml2usb.tgz grml2usb.tgz.md5.asc grml:/var/www/grml/grml2usb/ + 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