X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile;h=9d899e45b7983ec0358db6826b88c6341a4715c5;hb=bf4f455e8d4bc25497a287c00fe9e981e55f53fe;hp=5a78811f05b87612e3e18d0bcdbb51e869047fb4;hpb=d0dff32199d9eb13fb2bd26efbdbd193d637be0e;p=elisp%2Fflim.git diff --git a/Makefile b/Makefile index 5a78811..9d899e4 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ # Makefile for FLIM. # -PACKAGE = chao +PACKAGE = flim API = 1.13 -RELEASE = 0 +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'