From 247e714248535c851a2e27382561fdb3525ffe8d Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Mon, 31 Dec 2018 12:13:59 +0100 Subject: [PATCH] also create versioned PDF's in zipup --- makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile b/makefile index 4e5f0f14c..a07c27453 100644 --- a/makefile +++ b/makefile @@ -141,6 +141,8 @@ zipup: clean astyle new_file manual poster docs $(MAKE) -C libtommath-$(VERSION)/ pre_gen tar -c libtommath-$(VERSION)/ | xz -6e -c - > ltm-$(VERSION).tar.xz zip -9rq ltm-$(VERSION).zip libtommath-$(VERSION) + cp doc/bn.pdf bn-$(VERSION).pdf + cp doc/tommath.pdf tommath-$(VERSION).pdf rm -rf libtommath-$(VERSION) gpg -b -a ltm-$(VERSION).tar.xz gpg -b -a ltm-$(VERSION).zip