From 34fc7594cc1f639b09d222e6a5d6e9a330d9eff7 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 6 Dec 2001 10:31:54 +0000 Subject: [PATCH] tutorial in doc/ --- {tutorial => doc}/tutorial.html | 2 +- utils/tut2html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename {tutorial => doc}/tutorial.html (99%) diff --git a/tutorial/tutorial.html b/doc/tutorial.html similarity index 99% rename from tutorial/tutorial.html rename to doc/tutorial.html index 6b611c297a..935a690b28 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 8998c98b4a..df6701dca9 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 -- GitLab