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

Sven Van Caekenberghe scaekenberghe at common-lisp.net
Fri Jun 11 13:46:49 UTC 2004


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

Modified Files:
	Makefile 
Log Message:
added release target

Date: Fri Jun 11 06:46:49 2004
Author: scaekenberghe

Index: s-xml/Makefile
diff -u s-xml/Makefile:1.1.1.1 s-xml/Makefile:1.2
--- s-xml/Makefile:1.1.1.1	Mon Jun  7 11:49:56 2004
+++ s-xml/Makefile	Fri Jun 11 06:46:48 2004
@@ -1,3 +1,5 @@
+# $Id: Makefile,v 1.2 2004/06/11 13:46:48 scaekenberghe Exp $
+
 default:
 	@echo Possible targets:
 	@echo clean-openmcl --- remove all '*.dfsl' recursively
@@ -16,3 +18,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 /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 at common-lisp.net:/project/s-xml/public_html
+	scp /tmp/s-xml.tgz.asc scaekenberghe at common-lisp.net:/project/s-xml/public_html





More information about the S-xml-cvs mailing list