X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile;h=040b05c90433ffa09fb1dc517aed48260000194b;hb=1333892ce114deb5519f92a9341b5957758aee42;hp=619d2dfc8caeb23bc177902bf38b9fb1041b18cd;hpb=c1a283bf614c89223e6756ab30b46dcd7f99e06d;p=elisp%2Fapel.git diff --git a/Makefile b/Makefile index 619d2df..040b05c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Makefile for APEL. # -VERSION = 9.16 +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 ; \