From 00340e6d2e49da2243e9e4f8aeedf3ddb97678a4 Mon Sep 17 00:00:00 2001 From: Jan Klemkow Date: Thu, 15 Nov 2012 11:57:26 +0100 Subject: doc: Add cut pictures. --- doc/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index 410e629..3688409 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,8 +1,13 @@ all: images presentation.html .SUFFIXES: .dia .svg +.SUFFIXES: .pgm .png + .dia.svg: dia --export=$@ --filter=svg $< + +.pgm.png: + convert $< $@ # inkscape --without-gui --export-png=$@.png -h 1024 $@ presentation.html: presentation.asciidoc -- cgit