[s-xml-rpc-cvs] CVS update: s-xml-rpc/Makefile

Sven Van Caekenberghe scaekenberghe at common-lisp.net
Mon Jun 14 20:24:37 UTC 2004


Update of /project/s-xml-rpc/cvsroot/s-xml-rpc
In directory common-lisp.net:/tmp/cvs-serv25695

Modified Files:
	Makefile 
Log Message:
added release target

Date: Mon Jun 14 13:24:37 2004
Author: scaekenberghe

Index: s-xml-rpc/Makefile
diff -u s-xml-rpc/Makefile:1.1.1.1 s-xml-rpc/Makefile:1.2
--- s-xml-rpc/Makefile:1.1.1.1	Wed Jun  9 02:02:39 2004
+++ s-xml-rpc/Makefile	Mon Jun 14 13:24:37 2004
@@ -16,3 +16,14 @@
 
 clean: clean-openmcl clean-lw clean-emacs
 
+#
+# This can obviously only be done by a specific person in a very specific context ;-)
+#
+
+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 at common-lisp.net:/project/s-xml-rpc/public_html
+	scp /tmp/s-xml-rpc.tgz.asc scaekenberghe at common-lisp.net:/project/s-xml-rpc/public_html





More information about the S-xml-rpc-cvs mailing list