(ARC_DIR): Modify for ftp.
authormorioka <morioka>
Tue, 17 Aug 1999 02:09:50 +0000 (02:09 +0000)
committermorioka <morioka>
Tue, 17 Aug 1999 02:09:50 +0000 (02:09 +0000)
(SEMI_ARC_DIR): Likewise.

Makefile

index 0ce2b6c..996e16c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 
 PACKAGE = flim
 API    = 1.13
-RELEASE = 1
+RELEASE = 2
 
 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/flim-$(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) \