Update of /project/s-xml/cvsroot/s-xml In directory common-lisp.net:/tmp/cvs-serv26814
Modified Files: Makefile Log Message: updated to newer version of release target
Date: Thu Jul 8 12:31:22 2004 Author: scaekenberghe
Index: s-xml/Makefile diff -u s-xml/Makefile:1.2 s-xml/Makefile:1.3 --- s-xml/Makefile:1.2 Fri Jun 11 06:46:48 2004 +++ s-xml/Makefile Thu Jul 8 12:31:22 2004 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 2004/06/11 13:46:48 scaekenberghe Exp $ +# $Id: Makefile,v 1.3 2004/07/08 19:31:22 scaekenberghe Exp $
default: @echo Possible targets: @@ -22,10 +22,14 @@ # This can obviously only be done by a specific person in a very specific context ;-) #
+PRJ=s-xml +ACCOUNT=scaekenberghe +CVSRT=:ext:$(ACCOUNT)@common-lisp.net:/project/$(PRJ)/cvsroot + release: - rm -rf /tmp/s-xml /tmp/public_html /tmp/s-xml.tgz /tmp/s-xml.tgz.asc - cd /tmp; cvs export -r HEAD s-xml; cvs export -r HEAD public_html - mv /tmp/public_html /tmp/s-xml/doc - cd /tmp; gnutar cvfz s-xml.tgz s-xml; gpg -a -b s-xml.tgz - scp /tmp/s-xml.tgz scaekenberghe@common-lisp.net:/project/s-xml/public_html - scp /tmp/s-xml.tgz.asc scaekenberghe@common-lisp.net:/project/s-xml/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