From 2307aebad3c99d73e41b59ed725f18b96d4784a6 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 11 May 1999 08:12:49 +0000 Subject: [PATCH] Modify for mulelab. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 88e75dc..67cc56d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PACKAGE = flim API = 1.12 -RELEASE = 5 +RELEASE = 6 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/GNU/elisp/flim/$(PACKAGE)-$(API) -SEMI_ARC_DIR = /pub/GNU/elisp/semi/semi-1.13-for-flim-$(API) +ARC_DIR = /pub/mule/flim/$(PACKAGE)-$(API) +SEMI_ARC_DIR = /pub/mule/semi/semi-1.13-for-flim-$(API) elc: $(EMACS) $(FLAGS) -f compile-flim $(PREFIX) $(LISPDIR) \ -- 1.7.10.4