From 77a9cbffb67f67c011fa2632826ef36f31c54d2a Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 2 Dec 1998 22:41:53 +0000 Subject: [PATCH] Release WEMI 1.12.0. --- ChangeLog | 4 ++++ Makefile | 20 +++++++++++++------- ftp.in | 4 ++-- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0a095e0..8f5d314 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-12-03 Katsumi Yamaoka + + * WEMI: Version 1.12.0 (Shimizu) released. + 1998-11-30 MORIOKA Tomohiko * mime-edit.el (eliminate-top-spaces): New function (moved from diff --git a/Makefile b/Makefile index 546d1b1..f79fc06 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,8 @@ # PACKAGE = wemi -VERSION = 1.11.0 +API = 1.12 +RELEASE = 0 TAR = tar RM = /bin/rm -f @@ -21,6 +22,9 @@ VERSION_SPECIFIC_LISPDIR = NONE GOMI = *.elc +VERSION = $(API).$(RELEASE) +ARC_DIR = /pub/GNU/elisp/semi/semi-$(API)-for-flim-1.12 + elc: $(EMACS) $(FLAGS) -f compile-semi \ @@ -48,15 +52,17 @@ clean: tar: cvs commit - sh -c 'cvs tag -RF $(PACKAGE)-`echo $(VERSION) \ - | sed s/\\\\./_/ | sed s/\\\\./_/`; \ + sh -c 'cvs tag -RF $(PACKAGE)-`echo $(VERSION) | tr . _`; \ cd /tmp; \ cvs -d :pserver:anonymous@chamonix.jaist.ac.jp:/hare/cvs/root \ export -d $(PACKAGE)-$(VERSION) \ - -r $(PACKAGE)-`echo $(VERSION) \ - | sed s/\\\\./_/ | sed s/\\\\./_/` semi' + -r $(PACKAGE)-`echo $(VERSION) | tr . _` \ + semi' $(RM) /tmp/$(PACKAGE)-$(VERSION)/ftp.in cd /tmp; $(TAR) cvzf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION) cd /tmp; $(RM) -r $(PACKAGE)-$(VERSION) - sed "s/VERSION/$(VERSION)/" < ftp.in \ - | sed "s/PACKAGE/$(PACKAGE)/" > ftp + sed "s/VERSION/$(VERSION)/" < ftp.in | sed "s/API/$(API)/" > ftp + +release: + -$(RM) $(ARC_DIR)/$(PACKAGE)-$(VERSION).tar.gz + mv /tmp/$(PACKAGE)-$(VERSION).tar.gz $(ARC_DIR) diff --git a/ftp.in b/ftp.in index 8408dbb..6c3ad02 100644 --- a/ftp.in +++ b/ftp.in @@ -2,12 +2,12 @@ It is available from - ftp://ftp.jaist.ac.jp/pub/GNU/elisp/semi/ + ftp://ftp.jaist.ac.jp/pub/GNU/elisp/semi/semi-API-for-flim-1.12 --[[message/external-body; access-type=anon-ftp; site="ftp.jaist.ac.jp"; - directory="/pub/GNU/elisp/semi"; + directory="/pub/GNU/elisp/semi/semi-API-for-flim-1.12"; name="PACKAGE-VERSION.tar.gz"; mode=image]] Content-Type: application/octet-stream; -- 1.7.10.4