Update of /project/s-xml-rpc/cvsroot/s-xml-rpc In directory common-lisp.net:/tmp/cvs-serv6703
Modified Files: Makefile Log Message: now using newer version of release target
Date: Thu Jul 8 12:37:27 2004 Author: scaekenberghe
Index: s-xml-rpc/Makefile diff -u s-xml-rpc/Makefile:1.2 s-xml-rpc/Makefile:1.3 --- s-xml-rpc/Makefile:1.2 Mon Jun 14 13:24:37 2004 +++ s-xml-rpc/Makefile Thu Jul 8 12:37:27 2004 @@ -20,10 +20,14 @@ # This can obviously only be done by a specific person in a very specific context ;-) #
+PRJ=s-xml-rpc +ACCOUNT=scaekenberghe +CVSRT=:ext:$(ACCOUNT)@common-lisp.net:/project/$(PRJ)/cvsroot + release: - rm -rf /tmp/s-xml-rpc /tmp/public_html /tmp/s-xml-rpc.tgz /tmp/s-xml-rpc.tgz.asc - cd /tmp; cvs export -r HEAD s-xml-rpc; cvs export -r HEAD public_html - mv /tmp/public_html /tmp/s-xml-rpc/doc - cd /tmp; gnutar cvfz s-xml-rpc.tgz s-xml-rpc; gpg -a -b s-xml-rpc.tgz - scp /tmp/s-xml-rpc.tgz scaekenberghe@common-lisp.net:/project/s-xml-rpc/public_html - scp /tmp/s-xml-rpc.tgz.asc scaekenberghe@common-lisp.net:/project/s-xml-rpc/public_html + rm -rf /tmp/$(PRJ) /tmp/public_html /tmp/$(PRJ).tgz /tmp/$(PRJ).tgz.asc + cd /tmp; cvs -d$(CVSRT) export -r HEAD $(PRJ); cvs -d$(CVSRT) export -r HEAD public_html + mv /tmp/public_html /tmp/$(PRJ)/doc + cd /tmp; gnutar cvfz $(PRJ).tgz $(PRJ); gpg -a -b $(PRJ).tgz + scp /tmp/$(PRJ).tgz $(ACCOUNT)@common-lisp.net:/project/$(PRJ)/public_html + scp /tmp/$(PRJ).tgz.asc $(ACCOUNT)@common-lisp.net:/project/$(PRJ)/public_html