Skip to content
Snippets Groups Projects
Commit 540ec9ed authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 44556ef2
No related branches found
No related tags found
No related merge requests found
# $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
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment