diff --git a/Makefile b/Makefile
index d2df711e9dbfab8c0bd693d866b4f4379d2db28e..ce993fc96faebf402571f1b7e639e49da4272375 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 5df8b717930081ac28c8c86e01b3bbde1bc452f9..53505f52e063ee29a0a287c38eae810fe9bb06c8 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 f1fdce85be6df07e29a18b018d1c3e5b0eae5ff5..2499efbb9ee774a3031e8043a15ed1c7f3b439d9 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>