X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile;h=a704dd9f9e6ddbac928fb6af75e43b1a1365d099;hb=372361a4c3bd6c5cfd83aafb663f21f67f52aa15;hp=996e16c67788fb6a3d24caab25edeaeb690f4f1b;hpb=09986cc02a99ec95288aef3f2e890426ae252b54;p=elisp%2Fflim.git diff --git a/Makefile b/Makefile index 996e16c..a704dd9 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ # PACKAGE = flim -API = 1.13 -RELEASE = 2 +API = 1.14 +RELEASE = 5 TAR = tar RM = /bin/rm -f @@ -25,13 +25,20 @@ GOMI = *.elc \ FILES = README.?? Makefile FLIM-MK FLIM-CFG FLIM-ELS *.el ChangeLog VERSION = $(API).$(RELEASE) -ARC_DIR = /ftp/pub/mule/flim/flim-$(API) -SEMI_ARC_DIR = /ftp/pub/mule/semi/semi-1.13-for-flim-$(API) +ARC_DIR_PREFIX = /home/kanji/tomo/public_html/lemi/dist +ARC_DIR = $(ARC_DIR_PREFIX)/flim/flim-$(API) +SEMI_ARC_DIR = $(ARC_DIR_PREFIX)/semi/semi-1.14-for-flim-$(API) + +CVS_HOST = cvs.m17n.org elc: $(EMACS) $(FLAGS) -f compile-flim $(PREFIX) $(LISPDIR) \ $(VERSION_SPECIFIC_LISPDIR) +check: + $(EMACS) $(FLAGS) -f check-flim $(PREFIX) $(LISPDIR) \ + $(VERSION_SPECIFIC_LISPDIR) + install: elc $(EMACS) $(FLAGS) -f install-flim $(PREFIX) $(LISPDIR) \ $(VERSION_SPECIFIC_LISPDIR) @@ -49,9 +56,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_HOST):/cvs/root \ export -d $(PACKAGE)-$(VERSION) \ -r $(PACKAGE)-`echo $(VERSION) | tr . _` \ flim'