[Goodies-commits] r4808 - xfce4-dict/trunk

Enrico Troeger enrico at xfce.org
Fri May 16 17:44:00 CEST 2008


Author: enrico
Date: 2008-05-16 15:43:59 +0000 (Fri, 16 May 2008)
New Revision: 4808

Modified:
   xfce4-dict/trunk/Makefile.am
Log:
Add sign targets to the Makefile.


Modified: xfce4-dict/trunk/Makefile.am
===================================================================
--- xfce4-dict/trunk/Makefile.am	2008-05-16 15:43:57 UTC (rev 4807)
+++ xfce4-dict/trunk/Makefile.am	2008-05-16 15:43:59 UTC (rev 4808)
@@ -41,3 +41,10 @@
 		echo "***   $(gtk_update_icon_cache)";					\
 		echo "***";												\
 	fi
+
+sign:
+	if test -f $(PACKAGE)-$(VERSION).tar.gz; then \
+		gpg --detach-sign --digest-algo SHA512 $(PACKAGE)-$(VERSION).tar.gz; fi
+	if test -f $(PACKAGE)-$(VERSION).tar.bz2; then \
+		gpg --detach-sign --digest-algo SHA512 $(PACKAGE)-$(VERSION).tar.bz2; fi
+




More information about the Goodies-commits mailing list