From 2a5dce8f8e9d660a84727bb4cfb9f9d2069aacd1 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 18 May 2006 07:29:12 +0000 Subject: [PATCH] release. --- ChangeLog | 4 ++++ Makefile | 12 ++++-------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 32a89dd..2a6ebbb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-05-18 MORIOKA Tomohiko + + * tomoyo-tools 0.23 released. + 2006-05-12 MORIOKA Tomohiko * TOMOYO-MK (install-tomoyo-package): Use `condition-case' to diff --git a/Makefile b/Makefile index 04d2e0a..df4b84c 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,8 @@ # Makefile for TOMOYO-tools. # -PACKAGE = tomoyo -API = 1.14 -RELEASE = 3 - -FLIM_API= 1.14 +PACKAGE = tomoyo-tools +VERSION = 0.23 TAR = tar RM = /bin/rm -f @@ -23,8 +20,7 @@ VERSION_SPECIFIC_LISPDIR = NONE GOMI = *.elc -VERSION = $(API).$(RELEASE) -ARC_DIR = /home/tomo/public_html/comp/emacsen/lisp/tomoyo/tomoyo-$(API)-for-flim-$(FLIM_API) +ARC_DIR = /home/kanji1/www/htdocs/projects/chise/dist/XEmacs elc: package @@ -58,7 +54,7 @@ tar: cd /tmp; $(RM) -r $(PACKAGE)-$(VERSION) sed "s/VERSION/$(VERSION)/" < ftp.in | sed "s/API/$(API)/" \ | sed "s/PACKAGE/$(PACKAGE)/" \ - | sed "s/FLIM_API/$(FLIM_API)/" > ftp + > ftp release: -$(RM) $(ARC_DIR)/$(PACKAGE)-$(VERSION).tar.gz -- 1.7.10.4