update.
[chise/tomoyo-tools.git] / Makefile
index 1043fe6..3691eb9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 #
 
 PACKAGE = tomoyo-tools
-VERSION        = 0.23
+VERSION        = 0.25
 
 TAR    = tar
 RM     = /bin/rm -f
@@ -20,7 +20,7 @@ VERSION_SPECIFIC_LISPDIR = NONE
 
 GOMI   = *.elc
 
-ARC_DIR = /home/kanji1/www/htdocs/projects/chise/dist/XEmacs
+ARC_DIR = /var/www/chise/dist/XEmacs
 
 
 elc:   package
@@ -45,7 +45,7 @@ tar:
        cvs commit
        sh -c 'cvs tag -R $(PACKAGE)-`echo $(VERSION) | tr . _`; \
        cd /tmp; \
-       cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root \
+       cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/chise \
                export -d $(PACKAGE)-$(VERSION) \
                -r $(PACKAGE)-`echo $(VERSION) | tr . _` \
                tomoyo-tools'