From 0a30aa7de7d090d3648d5fa7db0f53218da6ad89 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 18 May 2002 19:01:18 +0000 Subject: [PATCH] *** empty log message *** --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 52415f075a..99fc9a5b0e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.215 2002-05-18 18:45:51 geuzaine Exp $ +# $Id: Makefile,v 1.216 2002-05-18 19:01:18 geuzaine Exp $ GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 35 @@ -274,8 +274,8 @@ bb-mingw: initialtag # Source distribution # source: - tar zcvf gmsh.tgz\ - `ls README* COPYING Makefile */Makefile */*.[chyl] */*.cpp` demos tutorial utils + tar zcvf gmsh.tgz `ls README* COPYING Makefile */Makefile */*.[chyl]\ + */*.rc */*.res */*.ico */*.cpp` demos tutorial utils mkdir gmsh-$(GMSH_RELEASE) cd gmsh-$(GMSH_RELEASE) && tar zxvf ../gmsh.tgz cd gmsh-$(GMSH_RELEASE) && zip -r gmsh-$(GMSH_RELEASE)-source.zip * -- GitLab