summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2013-10-15 10:45:22 +0200
committerLeif Johansson <leifj@sunet.se>2013-10-15 10:45:22 +0200
commit70c7828b0b1ca1abbcbd1bd84352025b4810a9bd (patch)
tree7676903eac9c82da820b5bf7b995334df388309a /docs/Makefile
parent3d1b26e762e7927e27371dc126cc33f2543d564c (diff)
multiverse docs
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
new file mode 100644
index 0000000..2b85134
--- /dev/null
+++ b/docs/Makefile
@@ -0,0 +1,10 @@
+
+.PHONY: all
+DOCS := $(wildcard *.mkd)
+all: $(DOCS:.mkd=.pdf)
+
+%.pdf: %.mkd
+ pandoc -o $@ $<
+
+clean:
+ rm -f *.html *.pdf *~