From a8b111c48883a0b31eef6aeb9b08ea9e0ce5061c Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Sun, 14 Nov 1999 04:08:37 +0100
Subject: [PATCH] Remove illustration*.* in clean target.

Rev: tutorial/Makefile:1.53
---
 tutorial/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tutorial/Makefile b/tutorial/Makefile
index e05ce825e3..928d222b1f 100644
--- a/tutorial/Makefile
+++ b/tutorial/Makefile
@@ -102,7 +102,8 @@ the_image_module.html: Image.wmml the_image_module.wmml
 	$(pike) ./wmmltohtml2 the_image_module.wmml mirar_html the_image_module
 
 clean:
-	-rm -f *.html *.md $(MADEFILES) 
+	-rm -f *.html *.md $(MADEFILES)
+	-rm -f illustration*.*
 	-rm -f tutorial.dvi tutorial.tex tutorial.aux
 	-rm -f tutorial.log tutorial.toc
 	-rm -f latex.wcache pdflatex.wcache illustration_cache image_cache gfx/* execute_cache
-- 
GitLab