
commit ba830e324af0b770385b69def6cc0bf0500dadeb Author: Sukhbir Singh <sukhbir@torproject.org> Date: Sun Aug 18 19:04:48 2013 -0400 Update the Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 96673df..a721e8c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SHELL := /bin/bash VERSION := $(shell cat install.rdf|grep '<em:version>'|cut -d\> -f2|cut -d\< -f1) make-xpi: - zip -r ../torbirdy-$(VERSION).xpi * -x "/screenshots/*" -x "*/screenshots/*" -x "debian/*" -x "patches/*" -x "ChangeLog" -x "Makefile" + zip -r ../torbirdy-$(VERSION).xpi * -x "/screenshots/*" -x "*/screenshots/*" -x "debian/*" -x "patches/*" -x "ChangeLog" -x "Makefile" -x "gpg.conf" clean: rm -f ../torbirdy-$(VERSION).xpi @@ -26,4 +26,3 @@ push-release: ssh vescum.torproject.org ~mirroradm/bin/trigger-mirrors release: sign-release push-release -