From 387427d4bd65d02b79f736464c8747da4905aa0c Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 15 Nov 2012 12:03:08 +0100 Subject: doc: Add src/image/*.png to image target --- doc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index 3688409..0a5d118 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,5 +1,8 @@ all: images presentation.html +IMAGES_PGM=$(wildcard ../src/img/*.pgm) +IMAGES_PNG=$(IMAGES_PGM:.pgm=.png) + .SUFFIXES: .dia .svg .SUFFIXES: .pgm .png @@ -13,7 +16,7 @@ all: images presentation.html presentation.html: presentation.asciidoc asciidoc --backend slidy presentation.asciidoc -images: image/film.svg +images: image/film.svg $(IMAGES_PNG) clean: rm -f presentation.html -- cgit