X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile;h=571470f8366290787499d3adf0ef3889abb24d50;hb=905f8ac6008bb2439e913f04b3af1685f0e09c9e;hp=26c68de889aef2d0dcb68c5d862b8ec0bc8205b1;hpb=4fd000fb035c5c9920e3367af1385787b173578c;p=elisp%2Fapel.git diff --git a/Makefile b/Makefile index 26c68de..571470f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Makefile for APEL. # -VERSION = 10.0 +VERSION = 10.2 TAR = tar RM = /bin/rm -f @@ -51,7 +51,7 @@ tar: sh -c 'cvs tag -RF apel-`echo $(VERSION) \ | sed s/\\\\./_/ | sed s/\\\\./_/`; \ cd /tmp; \ - cvs -d :pserver:morioka@chamonix.jaist.ac.jp:/hare/cvs/root \ + cvs -d :pserver:morioka@cvs.m17n.org:/cvs/root \ export -d apel-$(VERSION) \ -r apel-`echo $(VERSION) | tr . _` apel' cd /tmp; $(RM) apel-$(VERSION)/ftp.in ; \