Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Add images/ for asciidoc html output
authorMichael Prokop <mika@grml.org>
Mon Apr 16 18:15:03 2007 +0200 (19 months ago)
changeset 13113f3e9e6c5e5
manifest13f3e9e6c5e5
parent 130085f69f37d4f
child 132e81841d3731b
Add images/ for asciidoc html output
Makefile
grml-debootstrap.txt
images/icons/caution.png
images/icons/example.png
images/icons/home.png
images/icons/important.png
images/icons/next.png
images/icons/note.png
images/icons/prev.png
images/icons/tip.png
images/icons/up.png
images/icons/warning.png
--- a/Makefile Mon Apr 16 18:07:27 2007 +0200
+++ b/Makefile Mon Apr 16 18:15:03 2007 +0200
@@ -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
--- a/grml-debootstrap.txt Mon Apr 16 18:07:27 2007 +0200
+++ b/grml-debootstrap.txt Mon Apr 16 18:15:03 2007 +0200
@@ -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
----
Binary file images/icons/caution.png has changed
Binary file images/icons/example.png has changed
Binary file images/icons/home.png has changed
Binary file images/icons/important.png has changed
Binary file images/icons/next.png has changed
Binary file images/icons/note.png has changed
Binary file images/icons/prev.png has changed
Binary file images/icons/tip.png has changed
Binary file images/icons/up.png has changed
Binary file images/icons/warning.png has changed