X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile;h=2bd05368ffd8dba85e2a736ddeb15bbc484a1a7b;hb=d1eaa315890473e9342cf85ebe3d64d534173fbe;hp=373131ed7768a0f1363a561989611a3bbb9025b4;hpb=9d290626c82979059127e45f8674b84c3a80ed48;p=elisp%2Fflim.git diff --git a/Makefile b/Makefile index 373131e..2bd0536 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ # Makefile for FLIM. # -PACKAGE = chao +PACKAGE = flim-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) \