(semi-modules-to-compile): Add `mime-mac' if running with Mac OS X.
[elisp/semi.git] / Makefile
index 84d8c26..ed31669 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,10 @@
 #
 
 PACKAGE = semi
-API    = 1.13
-RELEASE = 7
+API    = 1.14
+RELEASE = 6
 
-FLIM_API= 1.13
+FLIM_API= 1.14
 
 TAR    = tar
 RM     = /bin/rm -f
@@ -24,7 +24,8 @@ VERSION_SPECIFIC_LISPDIR = NONE
 GOMI   = *.elc
 
 VERSION        = $(API).$(RELEASE)
-ARC_DIR = /pub/mule/semi/semi-$(API)-for-flim-$(FLIM_API)
+ARC_DIR_PREFIX = /home/kanji/tomo/public_html/comp/emacsen/lisp
+ARC_DIR = $(ARC_DIR_PREFIX)/semi/semi-$(API)-for-flim-$(FLIM_API)
 
 
 elc:
@@ -51,9 +52,9 @@ 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@chamonix.jaist.ac.jp:/hare/cvs/root \
+       cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root \
                export -d $(PACKAGE)-$(VERSION) \
                -r $(PACKAGE)-`echo $(VERSION) | tr . _` \
                semi'