From be63fca8cd65e88de2f651ecdc5738bc62dfdf62 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:05:48 -0700
Subject: [PATCH] updated for the new WMML converter

Rev: tutorial/Makefile:1.3
---
 tutorial/Makefile | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/tutorial/Makefile b/tutorial/Makefile
index ac3ecb7e00..136304fed6 100644
--- a/tutorial/Makefile
+++ b/tutorial/Makefile
@@ -1,8 +1,14 @@
 all: tutorial.html
 # lenna.gif lenna-mirrorx.gif lenna-mirrory.gif lenna-rotate.gif lenna-skewx.gif lenna-skewy.gif
 
-tutorial.html: tutorial.wmml wmml_to_html
-	./wmml_to_html <tutorial.wmml >tutorial.html
+all:
+	./wmmltohtml2 <tutorial.wmml html tutorial
+
+tutorial_onepage.html:
+	./wmmltohtml2 <tutorial.wmml html_onepage tutorial_onepage
+
+#tutorial.html: tutorial.wmml wmml_to_html
+#	./wmml_to_html <tutorial.wmml >tutorial.html
 
 BG_R=A0
 BG_G=E0
-- 
GitLab