summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-29 16:10:41 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-29 16:15:13 +0100
commit7cb3c023f37048004f7d58cc396ba2cca00cd0e1 (patch)
treeb0b30ab314a74df35204c91597146c1994be8ce5 /doc/Makefile
parentd18598fec14f2af391c55160b4de44d72430083a (diff)
downloadadvtime-7cb3c023f37048004f7d58cc396ba2cca00cd0e1.tar.gz
advtime-7cb3c023f37048004f7d58cc396ba2cca00cd0e1.tar.bz2
advtime-7cb3c023f37048004f7d58cc396ba2cca00cd0e1.zip
Use asciidoc-boilerplate for document
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile8
1 files changed, 5 insertions, 3 deletions
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