From c2635bdbafb0da8dbcbd6bd69f6bf576a40b1816 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 25 May 2005 10:23:45 +0000 Subject: [PATCH] (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'. --- Makefile | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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 -- 1.7.10.4