init
authorHeiko Schlittermann (JUMPER) <hs@schlittermann.de>
Tue, 24 Mar 2015 15:35:36 +0100
changeset 0 22b133b3041b
child 1 81355bae626f
init
.hgignore
Makefile
sichere-email.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Tue Mar 24 15:35:36 2015 +0100
@@ -0,0 +1,2 @@
+syntax:glob
+out.html/
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Tue Mar 24 15:35:36 2015 +0100
@@ -0,0 +1,12 @@
+doc = sichere-email
+
+txt = ${doc}.txt
+html = out.html/${doc}.html
+
+date = ${shell date -I}
+revision = "${shell hg id -tibB}"
+
+${html}: 	${txt}
+	@mkdir -p ${dir $@}
+	asciidoc -a data-uri -a icons -a date=${date} \
+		-a revision=$(revision) -o $@ ${txt}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sichere-email.txt	Tue Mar 24 15:35:36 2015 +0100
@@ -0,0 +1,4 @@
+Sichere E-Mail
+==============
+:Author: Heiko Schlittermann
+:Email:  hs@schlittermann.de