* Makefile.am (EXTRA_DIST): Remove INSTALL-CVS.
[riece] / INSTALL-CVS
diff --git a/INSTALL-CVS b/INSTALL-CVS
deleted file mode 100644 (file)
index cbc02f6..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-The development of Riece uses CVS, Concurrent Versions System.
-The latest development version is available from cvs.m17n.org.
-
-However, you should notice that it is intentional that we don't put
-the repository address on the Web site.  That is, pointless complaints
-about development versions are _unwelcome_ to us.  If you are a
-beginning user, who just wants to try the product, check out the
-released version.
-
-(1) checkout modules
-
-  % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout riece
-
-You can specify a revision tag in front of the module name.
-
-(2) bootstrapping
-
-  % autoreconf -f -i
-
-Note that "autoreconf" is not "autoconf".