From 861f61673f9242e387ccfa67ebb98c641c4644cb Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 25 Sep 2005 16:09:15 +0000
Subject: [PATCH] *** empty log message ***

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 79586ece5e..9d8a0f8cd2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.398 2005-09-25 15:52:17 geuzaine Exp $
+# $Id: Makefile,v 1.399 2005-09-25 16:09:15 geuzaine Exp $
 #
 # Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
 #
@@ -161,7 +161,7 @@ source-commercial: source-tree
 	cp -f utils/commercial/license.texi gmsh-${GMSH_VERSION}/doc/texinfo/license.texi
 	cp -f utils/commercial/copying.texi gmsh-${GMSH_VERSION}/doc/texinfo/copying.texi
 	utils/commercial/sanitize.sh gmsh-${GMSH_VERSION}
-	tar zcvf gmsh-${GMSH_VERSION}-source-commercial.tgz gmsh-${GMSH_VERSION}
+	tar zcvf gmsh-${GMSH_VERSION}-source-commercial.tgz --exclude "CVS" gmsh-${GMSH_VERSION}
 
 # Rules to package the binaries
 
-- 
GitLab