X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile;h=620131d050e2acc55a968e256f1c1778817518e1;hb=5f842c4cb34b0036e6c7fffd725d6bfae1c9625f;hp=1fc98c901f8d83c764070b454e301dfb89f2b39f;hpb=7349ad7ea2ef8b27f3ba41af88e5b71f2ce7d2bb;p=chise%2Fchise-base.git diff --git a/Makefile b/Makefile index 1fc98c9..620131d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.3.0 +VERSION = 0.22 TAR = tar @@ -48,14 +48,21 @@ 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) | tr . _`; \ + cd /tmp; \ + cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/chise \ + export -d chise-core-$(VERSION) \ + -r chise-core-`echo $(VERSION) | tr . _` \ + chise-base' + #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