From ad9db5c77d7704fceb10df287371ae0dcf2a6a54 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 21 Nov 2002 01:18:54 +0000 Subject: [PATCH] Add mac icons in the tar created with 'make source' --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 07415e90b2..fa88bb132c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.243 2002-11-21 01:07:21 geuzaine Exp $ +# $Id: Makefile,v 1.244 2002-11-21 01:18:54 geuzaine Exp $ GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 36 @@ -70,7 +70,7 @@ default: # source: tar zcvf gmsh.tgz `ls README* Makefile */Makefile */*.[chyl] */*.[ch]pp\ - */*.rc */*.res */*.ico */*.pl */*.pm */*.opt */*.spec`\ + */*.rc */*.res */*.ico */*.icns */*.pl */*.pm */*.opt */*.spec`\ doc demos tutorial mkdir gmsh-$(GMSH_RELEASE) cd gmsh-$(GMSH_RELEASE) && tar zxvf ../gmsh.tgz -- GitLab