X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile;h=f01d579c18c55b24f7d7f8981d754e0fb06b464b;hb=4727809b0b568e24ae94c1d6bdb4354b37959739;hp=74dc8c8e9e077b30885087a29d585a64ce199055;hpb=3cc065f79e0cd8eec74ffaf13cea00c05e9745f1;p=elisp%2Fflim.git diff --git a/Makefile b/Makefile index 74dc8c8..f01d579 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PACKAGE = flim API = 1.14 -RELEASE = 5 +RELEASE = 7 TAR = tar RM = /bin/rm -f @@ -29,6 +29,8 @@ 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'