From: morioka Date: Mon, 15 Mar 1999 04:43:13 +0000 (+0000) Subject: (tar): Modify for ETL. X-Git-Tag: apel-9_14~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c31ad4ac4cde03307f964fb3cf6700e2562026b3;p=elisp%2Fapel.git (tar): Modify for ETL. --- diff --git a/Makefile b/Makefile index 5874ccd..d2e8219 100644 --- a/Makefile +++ b/Makefile @@ -48,10 +48,12 @@ 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 \ - export -d apel-$(VERSION) \ - -r apel-`echo $(VERSION) | sed s/\\\\./_/ | sed s/\\\\./_/` \ - apel' + cvs -d \ +# :pserver:anonymous@chamonix.jaist.ac.jp:/hare/cvs/root \ + :ext:morioka@chamonix.jaist.ac.jp:/hare/cvs/root \ + export -d apel-$(VERSION) \ + -r apel-`echo $(VERSION) | sed s/\\\\./_/ | sed s/\\\\./_/` \ + apel' cd /tmp; $(RM) apel-$(VERSION)/ftp.in ; \ $(TAR) cvzf apel-$(VERSION).tar.gz apel-$(VERSION) cd /tmp; $(RM) -r apel-$(VERSION)