From e69666fae9af71f84860bc54494da7ab1bcc24b0 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 30 Jan 2002 22:24:11 +0000 Subject: [PATCH] minizip --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 72c33e5dc7..72de66461f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.185 2002-01-27 20:49:10 geuzaine Exp $ +# $Id: Makefile,v 1.186 2002-01-30 22:24:11 geuzaine Exp $ GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 33 @@ -157,7 +157,7 @@ tgz: chmod 640 $(GMSH_ARCHIVE).tar.gz minizip: - tar jcvf gmsh.tar.bz2 `ls Makefile */Makefile */*.[chyl] */*.cpp` + tar jcvf gmsh-`date "+%Y.%m.%d"`.tar.bz2 `ls Makefile */Makefile */*.[chyl] */*.cpp` src: tar cvf $(GMSH_SRCRPM).tar $(GMSH_SOURCES) -- GitLab