Rename README.developer to README.CVS.
authorBen Pfaff <blp@gnu.org>
Tue, 3 May 2005 05:35:16 +0000 (05:35 +0000)
committerBen Pfaff <blp@gnu.org>
Tue, 3 May 2005 05:35:16 +0000 (05:35 +0000)
Thanks to Jaap-Andre de Hoop <j.dehoop@data-assist.nl>
for the suggestion.

README.CVS [new file with mode: 0644]
README.developer [deleted file]

diff --git a/README.CVS b/README.CVS
new file mode 100644 (file)
index 0000000..244c31b
--- /dev/null
@@ -0,0 +1,9 @@
+To build this project from the sources direct from the 
+cvs archive use:
+
+make -f Smake
+make
+
+ and to test it:
+
+make distcheck
diff --git a/README.developer b/README.developer
deleted file mode 100644 (file)
index 244c31b..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-To build this project from the sources direct from the 
-cvs archive use:
-
-make -f Smake
-make
-
- and to test it:
-
-make distcheck