From e5aefdc40a22a75bc189d93bc7e5b6cbe36953d5 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 18 May 2002 16:40:46 +0000
Subject: [PATCH] *** empty log message ***

---
 Makefile | 4 ++--
 README   | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)
 create mode 100644 README

diff --git a/Makefile b/Makefile
index e68a9f2680..b41ed1a398 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.213 2002-05-18 09:33:59 geuzaine Exp $
+# $Id: Makefile,v 1.214 2002-05-18 16:40:46 geuzaine Exp $
 
 GMSH_MAJOR_VERSION = 1
 GMSH_MINOR_VERSION = 35
@@ -255,7 +255,7 @@ bb-mingw: initialtag
 #
 source:
 	tar zcvf gmsh.tgz\
-           `ls README* Makefile */Makefile */*.[chyl] */*.cpp` demos tutorial utils
+           `ls README* COPYING Makefile */Makefile */*.[chyl] */*.cpp` demos tutorial utils
 	mkdir gmsh-$(GMSH_RELEASE)
 	cd gmsh-$(GMSH_RELEASE) && tar zxvf ../gmsh.tgz
 	cd gmsh-$(GMSH_RELEASE) && zip -r gmsh-$(GMSH_RELEASE)-source.zip *
diff --git a/README b/README
new file mode 100644
index 0000000000..d7616f718d
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+todo!
-- 
GitLab