From 87e1b4e85a9f8bd535c0557ced9cebd7e35c1635 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 1 Feb 2013 08:13:35 +0100 Subject: Rename presentation.asciidoc to presentation.txt See: http://www.methods.co.nz/asciidoc/faq.html#_what_is_the_preferred_file_name_extension_for_asciidoc_files --- doc/Makefile | 6 ++-- doc/presentation.asciidoc | 89 ----------------------------------------------- doc/presentation.txt | 89 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 92 insertions(+), 92 deletions(-) delete mode 100644 doc/presentation.asciidoc create mode 100644 doc/presentation.txt diff --git a/doc/Makefile b/doc/Makefile index 3119612..46040d1 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -13,9 +13,9 @@ IMAGES_PNG=$(IMAGES_PGM:.pgm=.png) convert $< $@ # inkscape --without-gui --export-png=$@.png -h 1024 $@ -.SUFFIXES: .asciidoc .html -presentation.html: presentation.asciidoc - asciidoc --backend slidy presentation.asciidoc +.SUFFIXES: .txt .html +presentation.html: presentation.txt + asciidoc --backend slidy presentation.txt .txt.html: asciidoc --backend html $< diff --git a/doc/presentation.asciidoc b/doc/presentation.asciidoc deleted file mode 100644 index f8598f7..0000000 --- a/doc/presentation.asciidoc +++ /dev/null @@ -1,89 +0,0 @@ -= Automatisierte Erkennung von Werbeblöcken -:author: Jan Klemkow, Benjamin Franzke -:lang: de - -== Simple Video API - -[source,c] ----- -include::../src/video_decode.h[] ----- - -== Erste Schritte -image::image/film.svg["Filmszenen", width="100%"] - -== Implementierung - - * Durchschnitt der Helligkeit eines Frames - * Differenz zweier Frames - -== Frame-Analyse - -image::../src/graph.svg["cut graph", height="75%"] - -== Beispiel - -++++ -