summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-11-12 12:18:00 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-11-12 12:18:00 +0100
commitfb76c5fc18078424e1392110b134c4c532aace92 (patch)
tree9ad047267eae58d944f9c3ea26e057daa4dc8165
parent2f9261ca9f38b80b615424670de9d05d1ee6722e (diff)
downloadwbs-fb76c5fc18078424e1392110b134c4c532aace92.tar.gz
wbs-fb76c5fc18078424e1392110b134c4c532aace92.tar.bz2
wbs-fb76c5fc18078424e1392110b134c4c532aace92.zip
doc: Add GNU Makefile
-rw-r--r--doc/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644
index 0000000..2fecb63
--- /dev/null
+++ b/doc/Makefile
@@ -0,0 +1,11 @@
+IMAGES=$(wildcard image/*.dia)
+
+.PHONY: all images up
+all: images presentation.html
+
+image/%.svg: image/%.dia
+ @dia --export=$@ --filter=svg $<
+images: ${IMAGES:.dia=.svg}
+
+presentation.html: presentation.asciidoc
+ asciidoc -b slidy presentation.asciidoc