release.
authortomo <tomo>
Thu, 18 May 2006 07:29:12 +0000 (07:29 +0000)
committertomo <tomo>
Thu, 18 May 2006 07:29:12 +0000 (07:29 +0000)
ChangeLog
Makefile

index 32a89dd..2a6ebbb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-05-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * tomoyo-tools 0.23 released.
+
 2006-05-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * TOMOYO-MK (install-tomoyo-package): Use `condition-case' to
index 04d2e0a..df4b84c 100644 (file)
--- 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