From 0cf256e06f259fb41b9111cc95681e7ce1446c51 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 15 Nov 2012 12:05:14 +0100 Subject: doc: Add png images to clean target --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index 0a5d118..20d7f43 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -19,4 +19,4 @@ presentation.html: presentation.asciidoc images: image/film.svg $(IMAGES_PNG) clean: - rm -f presentation.html + rm -f presentation.html $(IMAGES_PNG) -- cgit