From 236556267405c7ccaed846b540213727d66ca137 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 6 Dec 2001 10:34:04 +0000
Subject: [PATCH] ce n'est pas une bonne idee

---
 {doc => tutorial}/tutorial.html | 2 +-
 utils/tut2html                  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename {doc => tutorial}/tutorial.html (99%)

diff --git a/doc/tutorial.html b/tutorial/tutorial.html
similarity index 99%
rename from doc/tutorial.html
rename to tutorial/tutorial.html
index 935a690b28..d7d7acb9cd 100644
--- a/doc/tutorial.html
+++ b/tutorial/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.1 2001-12-06 10:31:54 geuzaine Exp $
+$Id: tutorial.html,v 1.32 2001-12-06 10:34:04 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 df6701dca9..8998c98b4a 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" > ../doc/tutorial.html
+sed "s/<\/FONT><\/B>//g" > tutorial.html
 
 rm -f t.html
 
-echo output moved to ../doc/tutorial.html
+echo output moved to tutorial.html
-- 
GitLab