diff options
author | John Maddock <john@johnmaddock.co.uk> | 2012-12-20 17:42:14 +0000 |
---|---|---|
committer | John Maddock <john@johnmaddock.co.uk> | 2012-12-20 17:42:14 +0000 |
commit | 87d1d059b2930eceb1b2be03dd56eee638d9b094 (patch) | |
tree | f94ca28a0e3f7f0f63c1bff6978d1d0a46af36e6 /doc | |
parent | 92dc0638f90ea211a8c25dea17c86b7dd53c6485 (diff) | |
download | boost-87d1d059b2930eceb1b2be03dd56eee638d9b094.tar.gz |
Merge bug fixes from Trunk:
Mostly correct typos as per https://svn.boost.org/trac/boost/ticket/7806
Also fix cpp_dec_float docs and add some static asserts to catch misuse.
Fix performance bottleneck in cpp_int's gcd implementation.
[SVN r82122]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pdf/build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/pdf/build b/doc/pdf/build index 61a5926fc5..f6f8445a58 100644 --- a/doc/pdf/build +++ b/doc/pdf/build @@ -8,7 +8,7 @@ echo Boost version tag = $boost_version (cd ../../libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk && bjam release) 2>&1 | tee -a build.log (cd ../../libs/functional/overloaded_function/doc && rm -rf *.pdf && bjam -a pdfinstall && cp *.pdf ../../../../doc/pdf) 2>&1 | tee -a build.log (cd ../../libs/local_function/doc && rm -rf *.pdf && bjam -a pdfinstall && cp *.pdf ../../../doc/pdf) 2>&1 | tee -a build.log -(cd ../../libs/utility/identity_type/doc && rm -rf *.pdf && bjam -a pdfinstall && cp *.pdf ../../../../doc/pdf) 2>&1 | tee -a build.log +(cd ../../libs/utility/identity_type/doc && rm -rf *.pdf && bjam -a pdf_doc_install && cp *.pdf ../../../../doc/pdf) 2>&1 | tee -a build.log cp ../../dist/bin/doxygen_xml2qbk* /usr/local/bin (cd ../../libs/geometry/doc && rm -rf *.pdf && ./make_qbk.py && bjam pdfinstall -a xsl:param=fop1.extensions=1 xsl:param=xep.extensions=0 && cp *.pdf ../../../doc/pdf) 2>&1 | tee -a build.log bjam -a --enable-index pdf -d2 xsl:param=fop1.extensions=0 xsl:param=xep.extensions=1 2>&1 | tee -a build.log @@ -18,3 +18,4 @@ mv *.pdf boost_${boost_version}_pdf + |