Sync with semi-1_14.
[elisp/semi.git] / Makefile
index 3753986..179e75c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,11 @@
 # Makefile for SEMI kernel.
 #
 
-PACKAGE = remi
+PACKAGE = emiko
 API    = 1.14
 RELEASE = 1
 
-FLIM_API= 1.13
+FLIM_API= 1.14
 
 TAR    = tar
 RM     = /bin/rm -f
@@ -24,7 +24,7 @@ VERSION_SPECIFIC_LISPDIR = NONE
 GOMI   = *.elc
 
 VERSION        = $(API).$(RELEASE)
-ARC_DIR = /pub/mule/semi/semi-$(API)-for-flim-$(FLIM_API)
+ARC_DIR = /home/ueno/public_html/emacs-lisp
 
 
 elc:
@@ -51,7 +51,7 @@ clean:
 
 tar:
        cvs commit
-       sh -c 'cvs tag -RF $(PACKAGE)-`echo $(VERSION) | tr . _`; \
+       sh -c 'cvs tag -R $(PACKAGE)-`echo $(VERSION) | tr . _`; \
        cd /tmp; \
        cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root \
                export -d $(PACKAGE)-$(VERSION) \