diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-21 10:01:35 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-21 10:01:35 (GMT) |
commit | b03d00e30749162d899d9cb2fa4443ed1995d57b (patch) | |
tree | e2cacc6f8b51de5592d0bcf13bab3f8a0439ac5a /libtommath/makefile | |
parent | 12c8a0c839bb180c7a5ae3c49479534591a0d9c9 (diff) | |
download | tcl-b03d00e30749162d899d9cb2fa4443ed1995d57b.zip tcl-b03d00e30749162d899d9cb2fa4443ed1995d57b.tar.gz tcl-b03d00e30749162d899d9cb2fa4443ed1995d57b.tar.bz2 |
Update libtommath to v1.2.0-rc3
Diffstat (limited to 'libtommath/makefile')
-rw-r--r-- | libtommath/makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libtommath/makefile b/libtommath/makefile index df296de..be9fac6 100644 --- a/libtommath/makefile +++ b/libtommath/makefile @@ -123,7 +123,7 @@ tune: $(LIBNAME) coveralls: lcov coveralls-lcov -docdvi poster docs mandvi manual: +docs manual: $(MAKE) -C doc/ $@ V=$(V) .PHONY: pre_gen @@ -133,7 +133,7 @@ pre_gen: sed -e 's/[[:blank:]]*$$//' mpi.c > pre_gen/mpi.c rm mpi.c -zipup: clean astyle new_file manual poster +zipup: clean astyle new_file docs @# Update the index, so diff-index won't fail in case the pdf has been created. @# As the pdf creation modifies the tex files, git sometimes detects the @# modified files, but misses that it's put back to its original version. @@ -145,7 +145,7 @@ zipup: clean astyle new_file manual poster @echo 'fixme check' -@(find libtommath-$(VERSION)/ -type f | xargs grep 'FIXM[E]') && echo '############## BEWARE: the "fixme" marker was found !!! ##############' || true mkdir -p libtommath-$(VERSION)/doc - cp doc/bn.pdf doc/poster.pdf libtommath-$(VERSION)/doc/ + cp doc/bn.pdf libtommath-$(VERSION)/doc/ $(MAKE) -C libtommath-$(VERSION)/ pre_gen tar -c libtommath-$(VERSION)/ | xz -6e -c - > ltm-$(VERSION).tar.xz zip -9rq ltm-$(VERSION).zip libtommath-$(VERSION) |