diff --git a/tutorial/tutorial.html b/doc/tutorial.html
similarity index 99%
rename from tutorial/tutorial.html
rename to doc/tutorial.html
index 6b611c297ad241a3c4dd0fb324c629ed6c5374bf..935a690b2823f32a2cd8216eb5a578aa39c4ae48 100644
--- a/tutorial/tutorial.html
+++ b/doc/tutorial.html
@@ -23,7 +23,7 @@
 <H1>README 1/10</H1>
 [<A HREF="#top">top</A>][prev][<A HREF="#file2">next</A>]
 <PRE>
-$Id: tutorial.html,v 1.30 2001-12-03 08:41:45 geuzaine Exp $
+$Id: tutorial.html,v 1.1 2001-12-06 10:31:54 geuzaine Exp $
 
 Here are the examples in the Gmsh tutorial. These examples are
 commented (both C and C++-style comments can be used in Gmsh input
diff --git a/utils/tut2html b/utils/tut2html
index 8998c98b4a36b7cdf28b09a47cc1b13309c27cc2..df6701dca99046c02533d99fec9392753358d340 100644
--- a/utils/tut2html
+++ b/utils/tut2html
@@ -7,8 +7,8 @@ sed "s/<FONT COLOR=\"#BC8F8F\"><B>//g" | \
 sed "s/<B><FONT COLOR=\"#5F9EA0\">//g" | \
 sed "s/<B><FONT COLOR=\"#A020F0\">//g" | \
 sed "s/<B><FONT COLOR=\"#0000FF\">//g" | \
-sed "s/<\/FONT><\/B>//g" > tutorial.html
+sed "s/<\/FONT><\/B>//g" > ../doc/tutorial.html
 
 rm -f t.html
 
-echo output moved to tutorial.html
+echo output moved to ../doc/tutorial.html