X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=Makefile;h=ac3b49820f1fc83bf922c7a7e14a390a75962f8f;hp=b8554fd85cdc285281b34585b7c347f51ce6947e;hb=2ec387d38fba2294980b00aee3b748f2d005161a;hpb=1f09918a4d50bd76d94377807b310da87487141c diff --git a/Makefile b/Makefile index b8554fd..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 @@ -31,6 +31,9 @@ online: all 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 grml2usb.tar.gz