X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile;h=f2fff12800f2ee64288de19f08de25a92af0f921;hb=ecccc043e9ac3de8003637e20b0e6d66ecc98d62;hp=d2e821984e2bf94e97f9d59c0e0ca1585f67c0f5;hpb=c31ad4ac4cde03307f964fb3cf6700e2562026b3;p=elisp%2Fapel.git diff --git a/Makefile b/Makefile index d2e8219..f2fff12 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Makefile for APEL. # -VERSION = 9.13 +VERSION = 9.14 TAR = tar RM = /bin/rm -f @@ -48,9 +48,8 @@ tar: sh -c 'cvs tag -RF apel-`echo $(VERSION) \ | sed s/\\\\./_/ | sed s/\\\\./_/`; \ cd /tmp; \ - cvs -d \ -# :pserver:anonymous@chamonix.jaist.ac.jp:/hare/cvs/root \ - :ext:morioka@chamonix.jaist.ac.jp:/hare/cvs/root \ +# cvs -d :pserver:anonymous@chamonix.jaist.ac.jp:/hare/cvs/root \ + cvs -d :ext:morioka@chamonix.jaist.ac.jp:/hare/cvs/root \ export -d apel-$(VERSION) \ -r apel-`echo $(VERSION) | sed s/\\\\./_/ | sed s/\\\\./_/` \ apel'