--- /dev/null
+all: doc_html
+
+doc_html: html-stamp
+
+html-stamp: setup
+ asciidoc -a toc -a numbered setup
+ touch html-stamp
+
+clean:
+ rm -rf html-stamp setup.html
+
+online: doc_html
+ scp setup.html grml:/var/www/grml/infrastructure/index.html
+
+distclean:
+ rm -rf setup.html html-stamp
--- /dev/null
+Documentation of IT infrastructure of grml
+==========================================
+
+Preface
+-------
+
+...
+
+Server setup
+------------
+
+Setup of Mailinglists
+~~~~~~~~~~~~~~~~~~~~~
+
+Lurker...
+
+Ressources
+----------
+
+English
+~~~~~~~
+
+* link:http://ml.grml.org/splash/index.en.html[developers mailinglist of grml]
+
+German
+~~~~~~
+
+* ...
+
+About this document
+-------------------
+
+(c) Michael Prokop <mika@grml.org> and Alexander Wirt <formorer@grml.org>; HTML version powered by link:http://www.methods.co.nz/asciidoc/[asciidoc].
+
+// vim: ft=asciidoc autoindent textwidth=75 formatoptions=tcqn