From: Daiki Ueno Date: Wed, 22 Apr 2009 07:19:54 +0000 (+0000) Subject: * Makefile.am (EXTRA_DIST): Remove INSTALL-CVS. X-Git-Url: http://cgit.sxemacs.org/?p=riece;a=commitdiff_plain;h=f4ca2e8bba9a5001a79d7110cce2acb7fdb84b93 * Makefile.am (EXTRA_DIST): Remove INSTALL-CVS. * INSTALL-CVS: Remove; see doc/HACKING instead. --- diff --git a/ChangeLog b/ChangeLog index 388744e..db020bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-04-22 Daiki Ueno + + * Makefile.am (EXTRA_DIST): Remove INSTALL-CVS. + * INSTALL-CVS: Remove; see doc/HACKING instead. + 2008-05-30 Daiki Ueno * Riece: Version 5.0.0 released. diff --git a/INSTALL-CVS b/INSTALL-CVS deleted file mode 100644 index cbc02f6..0000000 --- a/INSTALL-CVS +++ /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". diff --git a/Makefile.am b/Makefile.am index 1e08d28..2c117a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS = lisp doc -EXTRA_DIST = INSTALL-CVS README.ja NEWS.ja +EXTRA_DIST = README.ja NEWS.ja AUTOMAKE_OPTIONS = no-dependencies if XEMACS diff --git a/doc/HACKING b/doc/HACKING index a9dc9d2..19125f9 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -1,8 +1,19 @@ -*- mode: text -*- This document is for Riece developers or those who are interested in -becoming a developer. The main topic explained here is about -development process and the internals. +becoming a developer. + +The main topic explained here is about development process and the +internals. + +Even though this document describes how to build the source code from +the CVS, you should notice that it is intentional that we don't put +the instruction on the Web page--that is, pointless complaints about +development versions are _unwelcome_ to us. + +If you are a beginning user, who just wants to try the "newer" product +from the CVS, abandon such a bad idea and stick on the released +version. * Development process diff --git a/doc/HACKING.ja b/doc/HACKING.ja index 78363fe..b7df844 100644 --- a/doc/HACKING.ja +++ b/doc/HACKING.ja @@ -1,7 +1,14 @@ -*- mode: text; coding: iso-2022-jp -*- -この文書では、Riece の開発プロセスや内部構造など、開発に必要な情報をま -とめています。 +この文書は、Riece の開発者や開発者になりたい人向けです。Riece の開発プ +ロセスや内部構造など、開発に必要な情報をまとめています。 + +CVS から取得したソースのビルド方法も説明しますが、その手順を Web ページ +に載せていない意図を察してください--つまり開発版に関する的外れの苦情は +まったくもって迷惑です。 + +もしあなたが初心者で、単に新しいバージョンを試したいだけなら、悪いこと +は言わないのでリリース版を使い続けてください。 * 開発プロセス