From 7cb3c023f37048004f7d58cc396ba2cca00cd0e1 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 29 Jan 2013 16:10:41 +0100 Subject: Use asciidoc-boilerplate for document --- doc/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index 9fcb39c..3119612 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,5 +1,5 @@ .PHONY: all images clean -all: images presentation.html document.html +all: images presentation.html documentation.html documentation.pdf IMAGES_PGM=$(wildcard ../src/img/*.pgm) IMAGES_PNG=$(IMAGES_PGM:.pgm=.png) @@ -17,10 +17,12 @@ IMAGES_PNG=$(IMAGES_PGM:.pgm=.png) presentation.html: presentation.asciidoc asciidoc --backend slidy presentation.asciidoc -.asciidoc.html: +.txt.html: asciidoc --backend html $< images: image/film.svg $(IMAGES_PNG) clean: - rm -f presentation.html document.html $(IMAGES_PNG) + rm -f presentation.html documentation.html $(IMAGES_PNG) + +include asciidoc-boilerplate/thesis.mk -- cgit