From: Michael Prokop Date: Mon, 16 Apr 2007 16:15:03 +0000 (+0200) Subject: Add images/ for asciidoc html output X-Git-Tag: 0.7~13 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=d65295edfb1e234fa0bce813190586650731673a Add images/ for asciidoc html output --- 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 diff --git a/grml-debootstrap.txt b/grml-debootstrap.txt index 0af11c7..77c221c 100644 --- a/grml-debootstrap.txt +++ b/grml-debootstrap.txt @@ -146,10 +146,15 @@ Supported Releases include::releasetable.txt[] +[NOTE] +.A Sarge-Release +===================================================================== [1] Please notice that Sarge is the current old-stable within Debian. grml-debootstrap can handle the release but you really should not use Sarge anymore unless you really know what you are doing. Choose Etch instead. +===================================================================== + Bugs ---- diff --git a/images/icons/caution.png b/images/icons/caution.png new file mode 100644 index 0000000..cb9d5ea Binary files /dev/null and b/images/icons/caution.png differ diff --git a/images/icons/example.png b/images/icons/example.png new file mode 100644 index 0000000..bba1c00 Binary files /dev/null and b/images/icons/example.png differ diff --git a/images/icons/home.png b/images/icons/home.png new file mode 100644 index 0000000..37a5231 Binary files /dev/null and b/images/icons/home.png differ diff --git a/images/icons/important.png b/images/icons/important.png new file mode 100644 index 0000000..1096c23 Binary files /dev/null and b/images/icons/important.png differ diff --git a/images/icons/next.png b/images/icons/next.png new file mode 100644 index 0000000..64e126b Binary files /dev/null and b/images/icons/next.png differ diff --git a/images/icons/note.png b/images/icons/note.png new file mode 100644 index 0000000..841820f Binary files /dev/null and b/images/icons/note.png differ diff --git a/images/icons/prev.png b/images/icons/prev.png new file mode 100644 index 0000000..3e8f12f Binary files /dev/null and b/images/icons/prev.png differ diff --git a/images/icons/tip.png b/images/icons/tip.png new file mode 100644 index 0000000..a3a029d Binary files /dev/null and b/images/icons/tip.png differ diff --git a/images/icons/up.png b/images/icons/up.png new file mode 100644 index 0000000..2db1ce6 Binary files /dev/null and b/images/icons/up.png differ diff --git a/images/icons/warning.png b/images/icons/warning.png new file mode 100644 index 0000000..0b0c419 Binary files /dev/null and b/images/icons/warning.png differ