X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile;h=9d899e45b7983ec0358db6826b88c6341a4715c5;hb=bf4f455e8d4bc25497a287c00fe9e981e55f53fe;hp=0ce2b6cd2101c24d13a9dfa6e119b8d4390d8bdb;hpb=eb1571da268b5fb15f86a1d63c52d85336350b81;p=elisp%2Fflim.git diff --git a/Makefile b/Makefile index 0ce2b6c..9d899e4 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PACKAGE = flim API = 1.13 -RELEASE = 1 +RELEASE = 2 TAR = tar RM = /bin/rm -f @@ -25,8 +25,8 @@ GOMI = *.elc \ FILES = README.?? Makefile FLIM-MK FLIM-CFG FLIM-ELS *.el ChangeLog VERSION = $(API).$(RELEASE) -ARC_DIR = /pub/mule/flim/flim-$(API) -SEMI_ARC_DIR = /pub/mule/semi/semi-1.13-for-flim-$(API) +ARC_DIR = /ftp/pub/mule/flim/flim-$(API) +SEMI_ARC_DIR = /ftp/pub/mule/semi/semi-1.13-for-flim-$(API) elc: $(EMACS) $(FLAGS) -f compile-flim $(PREFIX) $(LISPDIR) \ @@ -51,7 +51,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 . _` \ flim'