From bec9950f0ece9e9040eb818bb51ea856703b7c1e Mon Sep 17 00:00:00 2001 From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org> Date: Tue, 13 Apr 1999 01:39:33 +0200 Subject: [PATCH] added my personal stuff Rev: tutorial/Makefile:1.20 --- tutorial/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tutorial/Makefile b/tutorial/Makefile index 798e7bf36e..2c9c603308 100644 --- a/tutorial/Makefile +++ b/tutorial/Makefile @@ -34,7 +34,7 @@ the_image_module.html: Image.wmml the_image_module.wmml $(pike) ./wmmltohtml2 the_image_module.wmml html the_image_module clean: - rm *.html *.md illustration_cache illustration*.gif + rm *.html *.md illustration_cache illustration*.gif Image.wmml rebuild: -rm Image.wmml Mysql.wmml @@ -47,4 +47,8 @@ export: tar czvTf tutorial.files tutorial.tar.gz tar czvTf tutorial_onepage.files tutorial_onepage.tar.gz +remakeImage.wmml: + rm Image.wmml || exit 0 +mirar_www: remakeImage.wmml the_image_module_onepage.html + ln -f illustration*.gif the_image_module_onepage.html /home/mirar/www/image -- GitLab