(tar): fixed.
[elisp/apel.git] / Makefile
index eb36185..f2fff12 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # Makefile for APEL.
 #
 
-VERSION = 9.12
+VERSION = 9.14
 
 TAR    = tar
 RM     = /bin/rm -f
@@ -48,10 +48,11 @@ 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 \
+       cvs -d :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)