From 70c7828b0b1ca1abbcbd1bd84352025b4810a9bd Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 15 Oct 2013 10:45:22 +0200 Subject: multiverse docs --- docs/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/Makefile (limited to 'docs/Makefile') 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 *~ -- cgit v1.1