From 1bb43cbd13b19166e6c6c1a2aab5f265aa45ce4f Mon Sep 17 00:00:00 2001 From: Jan Klemkow Date: Thu, 4 Oct 2012 11:00:56 +0200 Subject: add last changes for presentation --- doc/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index 3d0b6b8..410e629 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,7 +1,14 @@ -all: presentation.html +all: images presentation.html + +.SUFFIXES: .dia .svg +.dia.svg: + dia --export=$@ --filter=svg $< +# inkscape --without-gui --export-png=$@.png -h 1024 $@ presentation.html: presentation.asciidoc asciidoc --backend slidy presentation.asciidoc +images: image/film.svg + clean: rm -f presentation.html -- cgit