diff options
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | doc/Makefile | 8 | ||||
m--------- | doc/asciidoc-boilerplate | 0 | ||||
-rw-r--r-- | doc/documentation.txt (renamed from doc/document.asciidoc) | 3 |
4 files changed, 10 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..fdcb3cc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "doc/asciidoc-boilerplate"] + path = doc/asciidoc-boilerplate + url = https://git.bnfr.net/asciidoc-boilerplate 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 |