diff --git a/Makefile b/Makefile index 564220f2e8512aa8e91f16cef29088a0fa9af0b2..ccc5e1b158862d5350fa376e4bfd2550acfd7b14 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.402 2005-11-26 00:03:18 geuzaine Exp $ +# $Id: Makefile,v 1.403 2005-11-26 00:08:58 geuzaine Exp $ # # Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle # @@ -135,9 +135,9 @@ source-tree: purge rm -rf gmsh-${GMSH_VERSION} tar zcvf gmsh.tgz --exclude "*.o" --exclude "*.a" --exclude "gmsh"\ --exclude "variables" --exclude "config.log" --exclude "config.status"\ - --exclude "autom4*" --exclude "benchmarks" --exclude "Makefile.distrib"\ - --exclude "zzz_*" --exclude "HTML"\ - --exclude "*TAGS*" --exclude "GSYMS" --exclude "GPATH"\ + --exclude "autom4*" --exclude "Makefile.distrib" --exclude "Makefile.back"\ + --exclude "benchmarks" --exclude "zzz_*" --exclude "HTML"\ + --exclude "*TAGS*" --exclude "GSYMS" --exclude "GPATH" --exclude "CVS"\ * mkdir gmsh-${GMSH_VERSION} cd gmsh-${GMSH_VERSION} && tar zxvf ../gmsh.tgz @@ -147,7 +147,7 @@ source: source-tree cd gmsh-${GMSH_VERSION} && rm -rf ${GMSH_VERSION_FILE}\ contrib/NR contrib/Triangle/triangle.* contrib/Tetgen/tetgen.*\ contrib/Tetgen/predicates.* utils/commercial - tar zcvf gmsh-${GMSH_VERSION}-source.tgz --exclude "CVS" gmsh-${GMSH_VERSION} + tar zcvf gmsh-${GMSH_VERSION}-source.tgz gmsh-${GMSH_VERSION} source-commercial: source-tree cd gmsh-${GMSH_VERSION} && rm -rf ${GMSH_VERSION_FILE}\ @@ -161,7 +161,7 @@ source-commercial: source-tree cp -f utils/commercial/license.texi gmsh-${GMSH_VERSION}/doc/texinfo/license.texi cp -f utils/commercial/copying.texi gmsh-${GMSH_VERSION}/doc/texinfo/copying.texi utils/commercial/sanitize.sh gmsh-${GMSH_VERSION} - tar zcvf gmsh-${GMSH_VERSION}-source-commercial.tgz --exclude "CVS" gmsh-${GMSH_VERSION} + tar zcvf gmsh-${GMSH_VERSION}-source-commercial.tgz gmsh-${GMSH_VERSION} # Rules to package the binaries diff --git a/doc/gmsh.html b/doc/gmsh.html index 74dcbbdce43d82c6db3c7e57bd954c768429ea1d..502d83a9163cdd32b41a82d5384679ece844dfbb 100644 --- a/doc/gmsh.html +++ b/doc/gmsh.html @@ -114,7 +114,7 @@ archives. <li><a href="/gmsh/bin/Linux/gmsh-1.61.0-1.i386.rpm">Linux RPM (i386, Red Hat >= 7.3)</a> <li><a href="/gmsh/bin/Linux/gmsh-1.61.0-Linux.tgz">Linux tarball (i386, glibc >= 2.2)</a> <li><a href="/gmsh/bin/MacOSX/gmsh-1.61.0-MacOSX.tgz">Mac OS X tarball (Mac OS X >= 10.3)</a> -<li><a href="/gmsh/src/gmsh-1.61.0-source.tgz">Source tarball (all platforms)</a> +<li><a href="/gmsh/src/gmsh-1.61.1-source.tgz">Source tarball (all platforms)</a> <a href="#build-footnote" name="build-footmark"><sup>2</sup></a> </ul>