From: tomo Date: Wed, 12 Jul 2000 04:01:50 +0000 (+0000) Subject: Modify for location. X-Git-Tag: chao-1_14_1~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=896b13405b2f060637b89504d2f7e3d45804265e;p=elisp%2Fflim.git Modify for location. --- diff --git a/Makefile b/Makefile index 373131e..d6ca53f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PACKAGE = chao API = 1.14 -RELEASE = 0 +RELEASE = 1 TAR = tar RM = /bin/rm -f @@ -25,8 +25,9 @@ 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.14-for-flim-$(API) +ARC_DIR_PREFIX = /home/tomo/public_html/comp/emacsen/lisp/ +ARC_DIR = $(ARC_DIR_PREFIX)/flim/flim-$(API) +SEMI_ARC_DIR = $(ARC_DIR_PREFIX)/semi/semi-1.14-for-flim-$(API) elc: $(EMACS) $(FLAGS) -f compile-flim $(PREFIX) $(LISPDIR) \