X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=Makefile;h=620304dfb96ceb1548de00241d14014a48826459;hp=0b325b6b15f737efde37d0c9886a9cfd06554441;hb=d65295edfb1e234fa0bce813190586650731673a;hpb=aac68ca18845fb05ac7860c28be7476100f7788e diff --git a/Makefile b/Makefile index 0b325b6..620304d 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ doc_html: html-stamp html-stamp: grml-debootstrap.txt sed -i 's/^include::releasetable-man.txt\[\]/include::releasetable.txt\[\]/' grml-debootstrap.txt - asciidoc -b xhtml11 grml-debootstrap.txt + asciidoc -b xhtml11 -a icons grml-debootstrap.txt touch html-stamp doc_man: man-stamp @@ -25,6 +25,7 @@ man-stamp: grml-debootstrap.txt online: all scp grml-debootstrap.html grml:/var/www/grml/grml-debootstrap/index.html + scp images/icons/* grml:/var/www/grml/grml-debootstrap/images/icons/ clean: rm -rf grml-debootstrap.html grml-debootstrap.xml grml-debootstrap.8 html-stamp man-stamp