diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-01-28 21:53:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-01-28 21:53:18 (GMT) |
commit | 7cb32717a995bee029ee18710b3e25e8e73f7377 (patch) | |
tree | 1aa971c51b8cf9a725f274d0a1041ca88be267d8 /libtommath/makefile | |
parent | 3cf1eb2c2370405ae05a7740dfdfdb206883b522 (diff) | |
download | tcl-7cb32717a995bee029ee18710b3e25e8e73f7377.zip tcl-7cb32717a995bee029ee18710b3e25e8e73f7377.tar.gz tcl-7cb32717a995bee029ee18710b3e25e8e73f7377.tar.bz2 |
Update to libtommath v1.1.0
Diffstat (limited to 'libtommath/makefile')
-rw-r--r-- | libtommath/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libtommath/makefile b/libtommath/makefile index 4e5f0f1..a07c274 100644 --- a/libtommath/makefile +++ b/libtommath/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 |