From: tomo Date: Wed, 25 May 2005 10:23:45 +0000 (+0000) Subject: (VERSION): Update to 0.22. X-Git-Tag: chise-core-0_22~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c2635bdbafb0da8dbcbd6bd69f6bf576a40b1816;p=chise%2Fchise-base.git (VERSION): Update to 0.22. (tar-core): Renamed from `tar'; do cvs commin and add version tag; rename package name from `chise-base' to `chise-core'. --- diff --git a/Makefile b/Makefile index 1fc98c9..9b3ec02 100644 --- 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