X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fsemi.git;a=blobdiff_plain;f=Makefile;h=758331fbfa627e8345038ba6986c06ce4c3dc952;hp=84d8c268a80d98ff1c9bcb35b76d0c31327549c5;hb=17cacd9ff91f19bac96c1b6f9db2c414a53d2b68;hpb=d1f3df186339f3d2b91050fb1f079590c8fc30d3 diff --git a/Makefile b/Makefile index 84d8c26..758331f 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,11 @@ # Makefile for SEMI kernel. # -PACKAGE = semi -API = 1.13 -RELEASE = 7 +PACKAGE = remi +API = 1.14 +RELEASE = 2 -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/tomo/public_html/comp/emacsen/lisp/semi/semi-$(API)-for-flim-$(FLIM_API) elc: @@ -53,7 +53,7 @@ tar: cvs commit sh -c 'cvs tag -RF $(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'