From e1173d1c5b6d943ba59ba0d1e26bb914930e5d24 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 11 Feb 2003 17:58:44 +0000
Subject: [PATCH] fic make source

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

diff --git a/Makefile b/Makefile
index c0e86f9520..66842ba540 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.255 2003-02-11 09:18:48 geuzaine Exp $
+# $Id: Makefile,v 1.256 2003-02-11 17:58:44 geuzaine Exp $
 
 include variables
 
@@ -39,8 +39,9 @@ variables: configure
 	@exit 1
 
 source:
-	tar zcvf gmsh.tgz `ls README* Makefile */Makefile */*.[chyl] */*.[ch]pp\
-                           */*.rc */*.res */*.ico */*.icns */*.pl */*.pm */*.opt */*.spec`\
+	tar zcvf gmsh.tgz `ls README* configure *.in Makefile */Makefile\
+                           */*.[chyl] */*.[ch]pp */*.rc */*.res */*.r */*.ico */*.icns\
+                           */*.pl */*.pm */*.opt */*.spec`\
                            doc demos tutorial
 	mkdir gmsh-${GMSH_RELEASE}
 	cd gmsh-${GMSH_RELEASE} && tar zxvf ../gmsh.tgz
-- 
GitLab