X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile;h=c3a628f1753de98679b7e841e0963403c5a733d8;hb=afac0fed5c056349dc2625e6006743506cdbcdb9;hp=48ef69480668c703a1cdf2ac944219d4beb82eb0;hpb=991adf4aad125950e3729247181ba48ee1956d41;p=elisp%2Fapel.git diff --git a/Makefile b/Makefile index 48ef694..c3a628f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Makefile for APEL. # -VERSION = 10.2 +VERSION = 10.3 TAR = tar RM = /bin/rm -f @@ -48,10 +48,10 @@ clean: tar: cvs commit - sh -c 'cvs tag -RF apel-`echo $(VERSION) \ + sh -c 'cvs tag -R apel-`echo $(VERSION) \ | sed s/\\\\./_/ | sed s/\\\\./_/`; \ cd /tmp; \ - cvs -d :pserver:morioka@cvs.m17n.org:/cvs/root \ + cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root \ export -d apel-$(VERSION) \ -r apel-`echo $(VERSION) | tr . _` apel' cd /tmp; $(RM) apel-$(VERSION)/ftp.in apel-$(VERSION)/.cvsignore ; \