From e69c8272d495a33f3541d9405777d1f8ef982fd1 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 19 Feb 2001 15:58:30 +0000
Subject: [PATCH] typos

---
 Makefile        |  4 ++--
 tutorial/README |  4 ++--
 www/gmsh.html   | 10 +++++++---
 3 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/Makefile b/Makefile
index d2df711e9d..ce993fc96f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.61 2001-02-19 13:08:41 geuzaine Exp $
+# $Id: Makefile,v 1.62 2001-02-19 15:58:30 geuzaine Exp $
 # ----------------------------------------------------------------------
 #  Makefile for Gmsh  
 # ----------------------------------------------------------------------
@@ -436,7 +436,7 @@ fltk_rpm: src
 	rpm -bb utils/gmsh_fltk.spec
 	cp /usr/src/redhat/RPMS/i386/$(GMSH_SRCRPM)-1.i386.rpm .
 	cp /usr/src/redhat/BUILD/$(GMSH_SRCRPM)/bin/gmsh .
-	gtar zcvf gmsh-$(GMSH_UNAME).tgz gmsh
+	gtar zcvf gmsh-$(GMSH_UNAME).tgz gmsh tutorial demos
 	rm -f gmsh
 
 fltk_mingw: tag
diff --git a/tutorial/README b/tutorial/README
index 5df8b71793..53505f52e0 100644
--- a/tutorial/README
+++ b/tutorial/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.5 2001-02-19 14:58:41 geuzaine Exp $
+$Id: README,v 1.6 2001-02-19 15:58:30 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
@@ -33,7 +33,7 @@ any input file given), with an appended extension depending on the
 mesh format.
 
 Note: nearly all the interactive commands have shortcuts. Select
-'Help->Short_Help' in the menu bar to learn about these shortcuts.
+'Help->Shortcuts' in the menu bar to learn about these shortcuts.
 
 Instead of opening the tutorial with the 'File->Open' menu, it is
 often more convenient to put the file name on the command line, here
diff --git a/www/gmsh.html b/www/gmsh.html
index f1fdce85be..2499efbb9e 100644
--- a/www/gmsh.html
+++ b/www/gmsh.html
@@ -51,7 +51,7 @@ ENDSCRIPT--->
 This page is a mirror of <a href="/gmsh/">/gmsh/</a><p>
 ENDMIRROR--->
 
-<!---BEGINDATE$Date: 2001-02-18 18:38:54 $ENDDATE--->
+<!---BEGINDATE$Date: 2001-02-19 15:58:30 $ENDDATE--->
 
 Copyright &copy; 1998-2001<br>
 J.-F. Remacle<br>
@@ -253,11 +253,15 @@ description.
 
 <b>Latest Release: 1.14 (February 19, 2001)</b>
 <p>
-The development release of Gmsh is available for Linux and
-Windows. All executables are dynamically linked with OpenGL.
+The development release of Gmsh is available for Windows, Linux,
+Compaq Tru64 Unix and SGI IRIX. All executables are dynamically linked
+with OpenGL.
 <ul>
 <li><A href="/gmsh/1.14/gmsh-win.zip">Windows zip archive (95/98/NT)</A>
 <li><A href="/gmsh/1.14/gmsh-1.14-1.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A> 
+<li><A href="/gmsh/1.14/gmsh-Linux.tgz">Linux tarball (i386, glibc 2.1)</A> 
+<li><A href="/gmsh/1.14/gmsh-IRIX.tgz">SGI IRIX tarball (IRIX 6.5)</A> 
+<li><A href="/gmsh/1.14/gmsh-OSF1.tgz">Compaq Tru64 tarball (OSF 4.0)</A> 
 </ul>
 
 <p><br>
-- 
GitLab