(Download): Renamed from "Anonymous FTP"; modify for
[elisp/apel.git] / Makefile
index 48ef694..ab0bbfb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # Makefile for APEL.
 #
 
-VERSION = 10.2
+VERSION = 10.8
 
 TAR    = tar
 RM     = /bin/rm -f
@@ -19,7 +19,9 @@ VERSION_SPECIFIC_LISPDIR = NONE
 
 GOMI   = *.elc
 
-ARCHIVE_DIR_PREFIX = /pub/mule
+ARCHIVE_DIR_PREFIX = /home/kanji/tomo/public_html/lemi/dist
+
+default: elc
 
 what-where:
        $(EMACS) $(FLAGS) -f what-where-apel \
@@ -48,10 +50,10 @@ 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@cvs.m17n.org:/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 apel-$(VERSION)/.cvsignore ; \