summaryrefslogtreecommitdiff
path: root/doc
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
parentd18598fec14f2af391c55160b4de44d72430083a (diff)
downloadadvtime-7cb3c023f37048004f7d58cc396ba2cca00cd0e1.tar.gz
advtime-7cb3c023f37048004f7d58cc396ba2cca00cd0e1.tar.bz2
advtime-7cb3c023f37048004f7d58cc396ba2cca00cd0e1.zip
Use asciidoc-boilerplate for document
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile8
m---------doc/asciidoc-boilerplate0
-rw-r--r--doc/documentation.txt (renamed from doc/document.asciidoc)3
3 files changed, 7 insertions, 4 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
diff --git a/doc/asciidoc-boilerplate b/doc/asciidoc-boilerplate
new file mode 160000
+Subproject c1cc7d4df3a85c7457e1ee507357d6aec86a878
diff --git a/doc/document.asciidoc b/doc/documentation.txt
index f976d5b..5017f6a 100644
--- a/doc/document.asciidoc
+++ b/doc/documentation.txt
@@ -1,5 +1,6 @@
= Automatisierte Erkennung von Werbebloecken
:author: Jan Klemkow, Benjamin Franzke
+:lang: de
== Einleitung
@@ -44,7 +45,7 @@ In dieser Arbeit von 2003 wird ein Verfahren beschrieben.
Zur Erkennung von Schnitten in Videoaufzeichnungen wurde im Rahmen dieser
Arbeit ein verfahren entwickelt.
-image::../src/img/0101.pgm[]
+//image::../src/img/0101.pgm[]
== Literatur