diff --git a/Makefile b/Makefile
index e68a9f268036b5a5e3fa0cc2291978ab292d1011..b41ed1a398c23a5da01bafde7c6b5b3b9dc26595 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 0000000000000000000000000000000000000000..d7616f718d33838430e0588dafdd4c7cfe275a45
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+todo!