X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile;h=c3a628f1753de98679b7e841e0963403c5a733d8;hb=dfd2f7162fe8801265f2a62e66567e00ea0ffe97;hp=eee3e10e870e71b109da4dcb45fc97893119213f;hpb=c946bef26333f1127c0f9202beb355a7a81d734b;p=elisp%2Fapel.git diff --git a/Makefile b/Makefile index eee3e10..c3a628f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Makefile for APEL. # -VERSION = 10.0 +VERSION = 10.3 TAR = tar RM = /bin/rm -f @@ -48,13 +48,13 @@ 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 ; \ + cd /tmp; $(RM) apel-$(VERSION)/ftp.in apel-$(VERSION)/.cvsignore ; \ $(TAR) cvzf apel-$(VERSION).tar.gz apel-$(VERSION) cd /tmp; $(RM) -r apel-$(VERSION) sed "s/VERSION/$(VERSION)/" < ftp.in > ftp