X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile;h=c3a628f1753de98679b7e841e0963403c5a733d8;hb=82621bff83536b5a0f77e71e7491d99cdb40eca5;hp=350c8451e4d48d2e7e3f8a630e974618ac4c5de3;hpb=ad3ba73586a7e06f1311726585c1e2c86995bda2;p=elisp%2Fapel.git diff --git a/Makefile b/Makefile index 350c845..c3a628f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Makefile for APEL. # -VERSION = 9.23 +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@chamonix.jaist.ac.jp:/hare/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