diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-29 16:10:41 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-29 16:15:13 +0100 |
commit | 7cb3c023f37048004f7d58cc396ba2cca00cd0e1 (patch) | |
tree | b0b30ab314a74df35204c91597146c1994be8ce5 /doc/Makefile | |
parent | d18598fec14f2af391c55160b4de44d72430083a (diff) | |
download | advtime-7cb3c023f37048004f7d58cc396ba2cca00cd0e1.tar.gz advtime-7cb3c023f37048004f7d58cc396ba2cca00cd0e1.tar.bz2 advtime-7cb3c023f37048004f7d58cc396ba2cca00cd0e1.zip |
Use asciidoc-boilerplate for document
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 8 |
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 |