From ebb760ffba1008a874efe7b834637bc5caef9263 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Tue, 17 Nov 1998 22:17:21 -0800
Subject: [PATCH] minor changes

Rev: tutorial/Makefile:1.18
Rev: tutorial/html.pike:1.17
---
 tutorial/Makefile  | 4 +++-
 tutorial/html.pike | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/tutorial/Makefile b/tutorial/Makefile
index 29f162e6a1..4deb1ad7b4 100644
--- a/tutorial/Makefile
+++ b/tutorial/Makefile
@@ -35,7 +35,9 @@ the_image_module.html: Image.wmml the_image_module.wmml
 clean:
 	rm *.html *.md illustration_cache illustration*.gif 
 
-rebuild: Image.wmml Mysql.wmml all
+rebuild:
+	-rm Image.wmml Mysql.wmml
+	make pike="$(pike)" Image.wmml Mysql.wmml all
 
 export:
 	tar czvTf tutorial.files tutorial.tar.gz 
diff --git a/tutorial/html.pike b/tutorial/html.pike
index 215ffb1e6b..e3ac12a43d 100644
--- a/tutorial/html.pike
+++ b/tutorial/html.pike
@@ -295,7 +295,7 @@ SGML index_to_wmml(INDEX data)
 
 #if 1
   int total_lines=count_index_lines(ret);
-  werror("\nTOTAL LINES: %d\n",total_lines);
+//  werror("\nTOTAL LINES: %d\n",total_lines);
   int lines,x;
   for(x=0;x<sizeof(ret);x+=2)
   {
-- 
GitLab