From 0435e97481e9b8cbf23200d120d3e47302d9513b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Tue, 2 Dec 1997 22:59:56 -0800 Subject: [PATCH] sitebuilder target added Rev: tutorial/Makefile:1.11 --- tutorial/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tutorial/Makefile b/tutorial/Makefile index ab540c4d33..ea10c7015d 100644 --- a/tutorial/Makefile +++ b/tutorial/Makefile @@ -10,6 +10,9 @@ tutorial.html: .DUMMY tutorial_onepage.html: .DUMMY ./wmmltohtml2 <tutorial.wmml html_onepage tutorial_onepage +tut.html: .DUMMY + ./wmmltohtml2 <tutorial.wmml sitebuilder tut + Image.wmml : (cd ../src/modules/Image; make wmml) -- GitLab