(VERSION): Update to 0.22.
authortomo <tomo>
Wed, 25 May 2005 10:23:45 +0000 (10:23 +0000)
committertomo <tomo>
Wed, 25 May 2005 10:23:45 +0000 (10:23 +0000)
(tar-core): Renamed from `tar'; do cvs commin and add version tag;
rename package name from `chise-base' to `chise-core'.

Makefile

index 1fc98c9..9b3ec02 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 0.3.0
+VERSION = 0.22
 
 TAR    = tar
 
@@ -48,14 +48,17 @@ chise-db:
                lib/xemacs-21.4.15/etc/chise-db ) \
                | (cd chise-db; tar xvf - )
 
-tar:
-       cd /tmp; mkdir chise-base-$(VERSION)
+tar-core:
+       cvs commit
+       sh -c 'cvs tag -R chise-core-`echo $(VERSION) \
+                               | sed s/\\\\./_/ | sed s/\\\\./_/`; \
+       cd /tmp; mkdir chise-core-$(VERSION)
        #rsync -av Makefile libchise chise-db \
        #        xemacs-chise ids 
-       #       /tmp/chise-base-$(VERSION)
-       rsync -av Makefile libchise chise-db /tmp/chise-base-$(VERSION)
-       cd /tmp; tar cvzf chise-base-$(VERSION).tar.gz \
-               chise-base-$(VERSION)
+       #       /tmp/chise-core-$(VERSION)
+       rsync -av Makefile libchise chise-db /tmp/chise-core-$(VERSION)
+       cd /tmp; tar cvzf chise-core-$(VERSION).tar.gz \
+               chise-core-$(VERSION)
 
 libchise:
        cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/chise login