(file-executable-p): New function.
[elisp/apel.git] / Makefile
index 542e0ae..040b05c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # Makefile for APEL.
 #
 
-VERSION = 9.15
+VERSION = 9.23
 
 TAR    = tar
 RM     = /bin/rm -f
@@ -17,6 +17,8 @@ LISPDIR = NONE
 PACKAGEDIR = NONE
 VERSION_SPECIFIC_LISPDIR = NONE
 
+GOMI   = *.elc
+
 ARCHIVE_DIR_PREFIX = /pub/mule
 
 elc:
@@ -41,7 +43,7 @@ what-where:
 
 
 clean:
-       -rm *.elc
+       -$(RM) $(GOMI)
 
 
 tar:
@@ -49,7 +51,7 @@ tar:
        sh -c 'cvs tag -RF apel-`echo $(VERSION) \
                                | sed s/\\\\./_/ | sed s/\\\\./_/`; \
        cd /tmp; \
-       cvs -d :ext:morioka@chamonix.jaist.ac.jp:/hare/cvs/root \
+       cvs -d :pserver:morioka@chamonix.jaist.ac.jp:/hare/cvs/root \
                export -d apel-$(VERSION) \
                -r apel-`echo $(VERSION) | tr . _` apel'
        cd /tmp; $(RM) apel-$(VERSION)/ftp.in ; \