diff --git a/Makefile b/Makefile index 214a25564e55fa5eead9437a4f61cfa57ce9c67a..62bede98becc5c7f9508190a7c125d6fe68b9527 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.217 2002-05-18 19:31:10 geuzaine Exp $ +# $Id: Makefile,v 1.218 2002-05-18 23:34:49 geuzaine Exp $ GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 35 @@ -281,7 +281,7 @@ source: cd gmsh-$(GMSH_RELEASE) && zip -r gmsh-$(GMSH_RELEASE)-source.zip * mv gmsh-$(GMSH_RELEASE)/gmsh-$(GMSH_RELEASE)-source.zip . rm -f gmsh.tgz - tar zcvf gmsh-$(GMSH_RELEASE)-source.tar.gz gmsh-$(GMSH_RELEASE) + tar zcvf gmsh-$(GMSH_RELEASE)-source.tgz gmsh-$(GMSH_RELEASE) rm -rf gmsh-$(GMSH_RELEASE) # diff --git a/doc/gmsh.html b/doc/gmsh.html index ca026b0f40a8eb933fa6389a20d4b0cb18d49db4..d3a9c3409443c40772e136e19142e2ac4b9aa82a 100644 --- a/doc/gmsh.html +++ b/doc/gmsh.html @@ -185,12 +185,13 @@ of complex animations). <h2>Download</h2> -Executable versions of Gmsh are available for Windows and for most of -the classical UNIX platforms. These versions are free, and are all -dynamically linked with OpenGL<a href="#opengl-footnote" -name="opengl-footmark"><sup>1</sup></a>. The only thing required if -you use Gmsh is to mention it in your work. The tutorial and demo -files are included in the archives. +Gmsh is available under the <A href="http://www.gnu.org/">GNU General +Public License</A> (GPL), with some exceptions (see the sources for +more information). Executable versions of Gmsh are also available for +Windows and for most of the classical UNIX platforms. These versions +are dynamically linked with OpenGL<a href="#opengl-footnote" +name="opengl-footmark"><sup>1</sup></a>. The tutorial and demo files +are included in the archives. <ul> <li><A href="/gmsh/bin/gmsh-1.35.0-Windows.zip">Windows zip archive (95/98/NT/XP)</A> <li><A href="/gmsh/bin/gmsh-1.35.0-1.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A> @@ -200,6 +201,8 @@ files are included in the archives. <li><A href="/gmsh/bin/gmsh-1.35.0-AIX.tgz">IBM tarball (AIX)</A> <li><A href="/gmsh/bin/gmsh-1.35.0-IRIX.tgz">SGI IRIX tarball (IRIX 6.5)</A> <li><A href="/gmsh/bin/gmsh-1.35.0-HP-UX.tgz">HP tarball (HPUX 10.20)</A> +<li><A href="/gmsh/bin/gmsh-1.35.0-source.tgz">Source tarball</A> +<li><A href="/gmsh/bin/gmsh-1.35.0-source.zip">Source zip archive</A> </ul> <p>