From 4e38bfb7e9aecbfa41ae3e9a6aefa4eaeca7d203 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Mon, 25 Aug 1997 16:39:13 -0700
Subject: [PATCH] bugfix

Rev: tutorial/Makefile:1.5
---
 tutorial/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/tutorial/Makefile b/tutorial/Makefile
index 647c937195..0a6322abbb 100644
--- a/tutorial/Makefile
+++ b/tutorial/Makefile
@@ -1,10 +1,11 @@
-# all: tutorial.html
+all: tutorial.html tutorial_onepage.html
+
 # lenna.gif lenna-mirrorx.gif lenna-mirrory.gif lenna-rotate.gif lenna-skewx.gif lenna-skewy.gif
 
-all:
+tutorial.html: tutorial.wmml
 	./wmmltohtml2 <tutorial.wmml html tutorial
 
-tutorial_onepage.html:
+tutorial_onepage.html: tutorial.wmml
 	./wmmltohtml2 <tutorial.wmml html_onepage tutorial_onepage
 
 # tutorial.html: tutorial.wmml wmml_to_html
-- 
GitLab