From 5175174ea5049ab638b5bbf37194f29b9bea86af Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Sun, 14 Nov 1999 04:13:34 +0100
Subject: [PATCH] Reverted last change; that was only old stuff.

Rev: tutorial/Makefile:1.54
---
 tutorial/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tutorial/Makefile b/tutorial/Makefile
index 928d222b1f..e05ce825e3 100644
--- a/tutorial/Makefile
+++ b/tutorial/Makefile
@@ -102,8 +102,7 @@ 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 illustration*.*
+	-rm -f *.html *.md $(MADEFILES) 
 	-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