From 540ec9ed1cae6cb34bb0fb18a76fb44063b07104 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 26 Nov 2005 00:12:28 +0000 Subject: [PATCH] *** empty log message *** --- Makefile | 12 ++++++------ doc/gmsh.html | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 564220f2e8..ccc5e1b158 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 74dcbbdce4..502d83a916 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> -- GitLab