From a2a9ba5f0b85c8c1dd8f1a54cda5f866ab5ceb39 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 23 Jan 2002 16:28:21 +0000 Subject: [PATCH] minizip --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c5dbf8091b..5d0ba8a700 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.183 2002-01-22 17:05:16 geuzaine Exp $ +# $Id: Makefile,v 1.184 2002-01-23 16:28:21 geuzaine Exp $ GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 33 -GMSH_PATCH_VERSION = 1 +GMSH_PATCH_VERSION = 2 MAKE = make CXX = c++ @@ -156,6 +156,9 @@ tgz: gzip $(GMSH_ARCHIVE).tar chmod 640 $(GMSH_ARCHIVE).tar.gz +minizip: + tar jcvf gmsh.tar.bz2 `ls Makefile */Makefile */*.[chyl] */*.cpp` + src: tar cvf $(GMSH_SRCRPM).tar $(GMSH_SOURCES) gzip $(GMSH_SRCRPM).tar -- GitLab