From: morioka Date: Mon, 15 Mar 1999 04:48:14 +0000 (+0000) Subject: (tar): fixed. X-Git-Tag: apel-9_14~6 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecccc043e9ac3de8003637e20b0e6d66ecc98d62;p=elisp%2Fapel.git (tar): fixed. --- diff --git a/Makefile b/Makefile index 2ff90cc..f2fff12 100644 --- a/Makefile +++ b/Makefile @@ -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'