From 2ffda659b3df0897e59089359c87310ea9699065 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 19 May 2002 19:59:09 +0000 Subject: [PATCH] don't release all internal utils to the world, please (list of build machines, etc.) --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1e89d579e2..6b43e6385f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.219 2002-05-19 07:49:06 geuzaine Exp $ +# $Id: Makefile,v 1.220 2002-05-19 19:59:09 geuzaine Exp $ GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 35 @@ -277,7 +277,8 @@ bb-mingw: initialtag # source: tar zcvf gmsh.tgz `ls README* COPYING Makefile */Makefile */*.[chyl]\ - */*.rc */*.res */*.ico */*.cpp` demos tutorial utils + */*.rc */*.res */*.ico */*.cpp */*.pl */*.pm */*.opt */*.spec`\ + demos tutorial mkdir gmsh-$(GMSH_RELEASE) cd gmsh-$(GMSH_RELEASE) && tar zxvf ../gmsh.tgz cd gmsh-$(GMSH_RELEASE) && zip -r gmsh-$(GMSH_RELEASE)-source.zip * -- GitLab