X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=71f25a9ba991ef65ec095f33140f417ff4b764f8;hb=2cdf2dfc7fc737128e09ac46edaa074cbe27e690;hp=26b5dc996b378e5034ecdf2c7425cc474c6fdb25;hpb=bf692ca2f5f079ebc21146aeacf1b78e0afaad15;p=elisp%2Fflim.git diff --git a/Makefile b/Makefile index 26b5dc9..71f25a9 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ # Makefile for FLIM. # -PACKAGE = chao +PACKAGE = clime API = 1.13 -RELEASE = 0 +RELEASE = 1 TAR = tar RM = /bin/rm -f @@ -25,8 +25,8 @@ GOMI = *.elc \ FILES = README.?? Makefile FLIM-MK FLIM-CFG FLIM-ELS *.el ChangeLog VERSION = $(API).$(RELEASE) -ARC_DIR = /pub/mule/flim/$(PACKAGE)-$(API) -SEMI_ARC_DIR = /pub/mule/semi/semi-1.13-for-flim-$(API) +ARC_DIR = /ftp/pub/mule/flim/flim-$(API) +SEMI_ARC_DIR = /ftp/pub/mule/semi/semi-1.13-for-flim-$(API) elc: $(EMACS) $(FLAGS) -f compile-flim $(PREFIX) $(LISPDIR) \