From b82c268225bb1d378682ab8707244d7a4c8574e9 Mon Sep 17 00:00:00 2001 From: Jan Klemkow Date: Wed, 30 Jan 2013 21:35:18 +0100 Subject: Add Presentation. --- doc/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index 13714e7..5c9e7f4 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,9 +1,13 @@ .PHONY: all clean -all: documentation.pdf +all: documentation.pdf presentation.html clean: rm -rf documentation.pdf +.SUFFIXES: .txt .html +.txt.html: + asciidoc --backend=slidy $< + include asciidoc-boilerplate/thesis.mk -- cgit