From 156297745e029392bf61eb758fb1d7ea47f12dd2 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 12 Feb 2003 22:09:50 +0000
Subject: [PATCH] missed some READMEs in make source

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

diff --git a/Makefile b/Makefile
index 8530cdb28d..a0818b11ef 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.258 2003-02-12 21:58:31 geuzaine Exp $
+# $Id: Makefile,v 1.259 2003-02-12 22:09:50 geuzaine Exp $
 
 include variables
 
@@ -40,7 +40,7 @@ variables: configure
 
 source:
 	rm -rf gmsh-${GMSH_RELEASE}
-	tar zcvf gmsh.tgz `ls README* configure *.in Makefile */Makefile\
+	tar zcvf gmsh.tgz `ls README* */README* configure *.in Makefile */Makefile\
                            */*.[chyl] */*.[ch]pp */*.rc */*.res */*.r */*.ico */*.icns\
                            */*.pl */*.pm */*.opt */*.spec`\
                            doc demos tutorial
-- 
GitLab