From 0a14357e34c694e080d62b23d274909b4b16367b Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 6 Jan 2000 04:43:59 +0000 Subject: [PATCH] Update for the new CVS server. --- ChangeLog | 4 ++++ Makefile | 2 +- README.en | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3fe7459..0ff0940 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-01-05 Katsumi Yamaoka + + * Makefile, README.en: Update for the new CVS server. + 1999-12-13 Katsumi Yamaoka * README.en: Update for the recent ML address and ftp site. diff --git a/Makefile b/Makefile index 67925b0..3613579 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ tar: cvs commit sh -c 'cvs tag -RF $(PACKAGE)-`echo $(VERSION) | tr . _`; \ cd /tmp; \ - cvs -d :pserver:anonymous@chamonix.jaist.ac.jp:/hare/cvs/root \ + cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root \ export -d $(PACKAGE)-$(VERSION) \ -r $(PACKAGE)-`echo $(VERSION) | tr . _` \ semi' diff --git a/README.en b/README.en index ae7650d..b845c3c 100644 --- a/README.en +++ b/README.en @@ -208,7 +208,7 @@ CVS based development If you would like to join CVS based development, please send mail to - cvs@chamonix.jaist.ac.jp + cvs@cvs.m17n.org with your account name and UNIX style crypted password. We hope you will join the open development. -- 1.7.10.4