Modify for mulelab.
authormorioka <morioka>
Tue, 11 May 1999 08:12:49 +0000 (08:12 +0000)
committermorioka <morioka>
Tue, 11 May 1999 08:12:49 +0000 (08:12 +0000)
Makefile

index 88e75dc..67cc56d 100644 (file)
--- 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) \