X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile;h=4df1190e95ed0c6f1ef1cf4fd8993fe1b5f7ef12;hb=4018fe4cf095a637f8229b93d0a2422fdf4852d1;hp=c6ce357b20b64e05b87ad6e52d60b666686040ba;hpb=e2a5df27b598ca08a1a1ca5fabcb22bbeea22892;p=elisp%2Fflim.git diff --git a/Makefile b/Makefile index c6ce357..4df1190 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PACKAGE = flim API = 1.14 -RELEASE = 3 +RELEASE = 6 TAR = tar RM = /bin/rm -f @@ -25,10 +25,12 @@ GOMI = *.elc \ FILES = README.?? Makefile FLIM-MK FLIM-CFG FLIM-ELS *.el ChangeLog VERSION = $(API).$(RELEASE) -ARC_DIR_PREFIX = /home/kanji/tomo/public_html/comp/emacsen/lisp +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) @@ -56,7 +58,7 @@ tar: cvs commit sh -c 'cvs tag -R $(PACKAGE)-`echo $(VERSION) | tr . _`; \ cd /tmp; \ - cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root \ + cvs -d :pserver:anonymous@$(CVS_HOST):/cvs/root \ export -d $(PACKAGE)-$(VERSION) \ -r $(PACKAGE)-`echo $(VERSION) | tr . _` \ flim'