From adf125473fc0567b4ebac51b2267080e3b2a1823 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Wed, 3 Feb 2016 18:07:51 +0100 Subject: [PATCH] add gpg signatures back to zipup target --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 75bc934..91a97b8 100644 --- a/makefile +++ b/makefile @@ -175,12 +175,13 @@ pre_gen: zipup: rm -rf ../libtommath-$(VERSION) \ - && rm -f ../ltm-$(VERSION).zip ../ltm-$(VERSION).tar.bz2 + && rm -f ../ltm-$(VERSION).zip ../ltm-$(VERSION).zip.asc ../ltm-$(VERSION).tar.xz ../ltm-$(VERSION).tar.xz.asc git archive HEAD --prefix=libtommath-$(VERSION)/ > ../libtommath-$(VERSION).tar cd .. ; tar xf libtommath-$(VERSION).tar MAKE=${MAKE} ${MAKE} -C ../libtommath-$(VERSION) clean manual poster docs tar -c ../libtommath-$(VERSION)/* | xz -9 > ../ltm-$(VERSION).tar.xz cd .. ; zip -9r ltm-$(VERSION).zip libtommath-$(VERSION) + gpg -b -a ../ltm-$(VERSION).tar.xz && gpg -b -a ../ltm-$(VERSION).zip new_file: bash updatemakes.sh