commit f648e63d03eafb7cdd8c1140fe92d05f6fd98308
Author: David Fifield <[email protected]>
Date:   Thu Jul 5 05:48:07 2012 -0700

    Add "make sign".
---
 Makefile |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 0becb59..f3232aa 100644
--- a/Makefile
+++ b/Makefile
@@ -30,4 +30,7 @@ dist/$(DISTNAME).zip:
 
 dist: dist/$(DISTNAME).zip
 
-.PHONY: all clean test dist
+sign: dist/$(DISTNAME).zip
+       cd dist && gpg --sign --detach-sign --armor $(DISTNAME).zip
+
+.PHONY: all clean test dist sign



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to