add gpg signatures back to zipup target
This commit is contained in:
parent
37a92dd079
commit
adf125473f
3
makefile
3
makefile
@ -175,12 +175,13 @@ pre_gen:
|
|||||||
|
|
||||||
zipup:
|
zipup:
|
||||||
rm -rf ../libtommath-$(VERSION) \
|
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
|
git archive HEAD --prefix=libtommath-$(VERSION)/ > ../libtommath-$(VERSION).tar
|
||||||
cd .. ; tar xf libtommath-$(VERSION).tar
|
cd .. ; tar xf libtommath-$(VERSION).tar
|
||||||
MAKE=${MAKE} ${MAKE} -C ../libtommath-$(VERSION) clean manual poster docs
|
MAKE=${MAKE} ${MAKE} -C ../libtommath-$(VERSION) clean manual poster docs
|
||||||
tar -c ../libtommath-$(VERSION)/* | xz -9 > ../ltm-$(VERSION).tar.xz
|
tar -c ../libtommath-$(VERSION)/* | xz -9 > ../ltm-$(VERSION).tar.xz
|
||||||
cd .. ; zip -9r ltm-$(VERSION).zip libtommath-$(VERSION)
|
cd .. ; zip -9r ltm-$(VERSION).zip libtommath-$(VERSION)
|
||||||
|
gpg -b -a ../ltm-$(VERSION).tar.xz && gpg -b -a ../ltm-$(VERSION).zip
|
||||||
|
|
||||||
new_file:
|
new_file:
|
||||||
bash updatemakes.sh
|
bash updatemakes.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user