diff --git a/doc/tutorial.html b/tutorial/tutorial.html similarity index 99% rename from doc/tutorial.html rename to tutorial/tutorial.html index 935a690b2823f32a2cd8216eb5a578aa39c4ae48..d7d7acb9cda063909938fb2813dff4f3eca99b9b 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 df6701dca99046c02533d99fec9392753358d340..8998c98b4a36b7cdf28b09a47cc1b13309c27cc2 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