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

make source

parent 9c7241ea
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.223 2002-05-19 20:53:54 geuzaine Exp $ # $Id: Makefile,v 1.224 2002-05-20 16:06:46 geuzaine Exp $
GMSH_MAJOR_VERSION = 1 GMSH_MAJOR_VERSION = 1
GMSH_MINOR_VERSION = 35 GMSH_MINOR_VERSION = 35
...@@ -69,14 +69,15 @@ default: ...@@ -69,14 +69,15 @@ default:
# Source distribution # Source distribution
# #
source: source:
tar zcvf gmsh.tgz `ls README* COPYING Makefile */Makefile */*.[chyl]\ tar zcvf gmsh.tgz `ls README* Makefile */Makefile */*.[chyl] */*.cpp\
*/*.rc */*.res */*.ico */*.cpp */*.pl */*.pm */*.opt */*.spec`\ */*.rc */*.res */*.ico */*.pl */*.pm */*.opt */*.spec`\
demos tutorial doc demos tutorial
mkdir gmsh-$(GMSH_RELEASE) mkdir gmsh-$(GMSH_RELEASE)
cd gmsh-$(GMSH_RELEASE) && tar zxvf ../gmsh.tgz cd gmsh-$(GMSH_RELEASE) && tar zxvf ../gmsh.tgz
cd gmsh-$(GMSH_RELEASE) && zip -r gmsh-$(GMSH_RELEASE)-source.zip *
mv gmsh-$(GMSH_RELEASE)/gmsh-$(GMSH_RELEASE)-source.zip .
rm -f gmsh.tgz rm -f gmsh.tgz
cd gmsh-$(GMSH_RELEASE) && rm -rf CVS */CVS */*/CVS */.globalrc
# cd gmsh-$(GMSH_RELEASE) && zip -r gmsh-$(GMSH_RELEASE)-source.zip *
# mv gmsh-$(GMSH_RELEASE)/gmsh-$(GMSH_RELEASE)-source.zip .
tar zcvf gmsh-$(GMSH_RELEASE)-source.tgz gmsh-$(GMSH_RELEASE) tar zcvf gmsh-$(GMSH_RELEASE)-source.tgz gmsh-$(GMSH_RELEASE)
rm -rf gmsh-$(GMSH_RELEASE) rm -rf gmsh-$(GMSH_RELEASE)
......
...@@ -204,8 +204,6 @@ are included in the archives. ...@@ -204,8 +204,6 @@ are included in the archives.
<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-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.tgz">Source tarball</A>
<a href="#fltk-footnote" name="fltk-footmark"><sup>2</sup></a> <a href="#fltk-footnote" name="fltk-footmark"><sup>2</sup></a>
<li><A href="/gmsh/bin/gmsh-1.35.0-source.zip">Source zip archive</A>
<a href="#fltk-footnote" name="fltk-footmark"><sup>2</sup></a>
</ul> </ul>
<p> <p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment