diff --git a/tutorial/Makefile b/tutorial/Makefile
index 29f162e6a1e1be409b2b6cfd5493cbe5d7e9f634..4deb1ad7b4ce20eea56722dba1445382e217e452 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 215ffb1e6b500248a69f9ff23fe74a4666a0c6da..e3ac12a43df4b8cff9f190b8dd910487d2f146d9 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)
   {