diff --git a/doc/pdf/Jamfile.v2 b/doc/pdf/Jamfile.v2 index 597aad01e5..34633abb03 100644 --- a/doc/pdf/Jamfile.v2 +++ b/doc/pdf/Jamfile.v2 @@ -40,7 +40,7 @@ install pdf-install ../../libs/chrono/doc//standalone ../../libs/concept_check/doc//concepts ../../libs/config/doc//standalone - #../../libs/container/doc//pdf-install + #../../libs/container/doc//pdfinstall ../../libs/conversion/doc//standalone ../../libs/date_time/xmldoc//date_time ../../libs/foreach/doc//standalone @@ -61,7 +61,7 @@ install pdf-install ../../libs/math/doc/octonion//standalone ../../libs/math/doc/quaternion//standalone ../../libs/math/doc/gcd//standalone - ../../libs/math/doc/sf_and_dist//pdf-install + ../../libs/math/doc/sf_and_dist//pdfinstall ../../libs/move/doc//standalone ../../libs/mpi/doc//standalone ../../libs/numeric/conversion/doc//standalone @@ -79,7 +79,7 @@ install pdf-install ../../libs/static_assert/doc//standalone ../../libs/thread/doc//standalone ../../libs/tr1/doc//standalone - ../../libs/type_traits/doc//pdf-install + ../../libs/type_traits/doc//pdfinstall ../../libs/typeof/doc//standalone ../../libs/units/doc//standalone # ../../libs/utility/identity_type/doc//doc diff --git a/doc/pdf/build b/doc/pdf/build index 24aba71276..61a5926fc5 100644 --- a/doc/pdf/build +++ b/doc/pdf/build @@ -2,15 +2,15 @@ boost_version=$(grep 'define.*BOOST_LIB_VERSION' ../../boost/version.hpp | sed 's/.*"\([^"]*\)".*/\1/') echo Boost version tag = $boost_version (cd ../../libs/accumulators/doc && bjam -a) 2>&1 | tee build.log -(cd ../../libs/container/doc && rm -rf *.pdf && bjam -a pdf xsl:param=fop1.extensions=1 && cp *.pdf ../../../doc/pdf) 2>&1 | tee -a build.log -(cd ../../libs/interprocess/doc && rm -rf *.pdf && bjam -a pdf xsl:param=fop1.extensions=1 && cp *.pdf ../../../doc/pdf) 2>&1 | tee -a build.log -(cd ../../libs/intrusive/doc && rm -rf *.pdf && bjam -a pdf xsl:param=fop1.extensions=1 && cp *.pdf ../../../doc/pdf) 2>&1 | tee -a build.log +(cd ../../libs/container/doc && rm -rf *.pdf && bjam -a pdfinstall xsl:param=fop1.extensions=1 && cp *.pdf ../../../doc/pdf) 2>&1 | tee -a build.log +(cd ../../libs/interprocess/doc && rm -rf *.pdf && bjam -a pdfinstall xsl:param=fop1.extensions=1 && cp *.pdf ../../../doc/pdf) 2>&1 | tee -a build.log +(cd ../../libs/intrusive/doc && rm -rf *.pdf && bjam -a pdfinstall xsl:param=fop1.extensions=1 && cp *.pdf ../../../doc/pdf) 2>&1 | tee -a build.log (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 pdf && cp *.pdf ../../../../doc/pdf) 2>&1 | tee -a build.log -(cd ../../libs/local_function/doc && rm -rf *.pdf && bjam -a pdf && cp *.pdf ../../../doc/pdf) 2>&1 | tee -a build.log -(cd ../../libs/utility/identity_type/doc && rm -rf *.pdf && bjam -a pdf && cp *.pdf ../../../../doc/pdf) 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 cp ../../dist/bin/doxygen_xml2qbk* /usr/local/bin -(cd ../../libs/geometry/doc && rm -rf *.pdf && ./make_qbk.py && bjam pdf -a xsl:param=fop1.extensions=1 xsl:param=xep.extensions=0 && cp *.pdf ../../../doc/pdf) 2>&1 | tee -a build.log +(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 rm -rf boost_${boost_version}_pdf mkdir boost_${boost_version}_pdf diff --git a/doc/test/Jamfile.v2 b/doc/test/Jamfile.v2 index 7d55b74e49..5ccd5ef916 100644 --- a/doc/test/Jamfile.v2 +++ b/doc/test/Jamfile.v2 @@ -186,6 +186,8 @@ boostbook standalone chunk.section.depth=1 boost.root=../../.. navig.graphics=1 + boost.mathjax=1 + $(images_location)/.. # PDF Options: @@ -201,7 +203,5 @@ boostbook standalone ; -install pdf-install : standalone : . PDF ; - - - +install pdfinstall : standalone/pdf : . PDF ; +explicit pdfinstall ; diff --git a/libs/chrono b/libs/chrono index 546bdabdc2..e478e405be 160000 --- a/libs/chrono +++ b/libs/chrono @@ -1 +1 @@ -Subproject commit 546bdabdc22ffd0d549b2f97dc4a61e2e9a0f6ed +Subproject commit e478e405be18ae4a8b5a9df9976bda29ddcf250b diff --git a/libs/config b/libs/config index 38fbec8fc6..1b1589b54d 160000 --- a/libs/config +++ b/libs/config @@ -1 +1 @@ -Subproject commit 38fbec8fc66303f2688f3ca961d1a50a9ff636c2 +Subproject commit 1b1589b54d91f5eb2ad746aa13e1d740f4ea9206 diff --git a/libs/container b/libs/container index 2829e75c44..c5de943676 160000 --- a/libs/container +++ b/libs/container @@ -1 +1 @@ -Subproject commit 2829e75c4421d8b7d9bab63303c8075860030083 +Subproject commit c5de9436769465e7a6b6a4006cb373d4adb19514 diff --git a/libs/functional b/libs/functional index be710a76be..67c6803f60 160000 --- a/libs/functional +++ b/libs/functional @@ -1 +1 @@ -Subproject commit be710a76bec50d4cf0777d968ebc8da37e1a8136 +Subproject commit 67c6803f60bde5e7ffc62e3fcdf5c7c6a79489b2 diff --git a/libs/integer b/libs/integer index d12ea4e301..590f9819f9 160000 --- a/libs/integer +++ b/libs/integer @@ -1 +1 @@ -Subproject commit d12ea4e3016bd6da7410022d8be8851fa356e07e +Subproject commit 590f9819f910c425bb3ec5db020c0a5a30d9cd55 diff --git a/libs/interprocess b/libs/interprocess index 1ca42f6952..b7e8b06046 160000 --- a/libs/interprocess +++ b/libs/interprocess @@ -1 +1 @@ -Subproject commit 1ca42f6952e021452c2136c89e92ba8a01b334c4 +Subproject commit b7e8b0604646bfbd7d348d73d86f11d95acf708d diff --git a/libs/intrusive b/libs/intrusive index b54ea801bd..b31c0b70d5 160000 --- a/libs/intrusive +++ b/libs/intrusive @@ -1 +1 @@ -Subproject commit b54ea801bdb77ef1233c063c32d964e6b3180c84 +Subproject commit b31c0b70d5968fd42c7187c6d3be45416b644f58 diff --git a/libs/local_function b/libs/local_function index 6c2a7f1f4d..a4d135c5e1 160000 --- a/libs/local_function +++ b/libs/local_function @@ -1 +1 @@ -Subproject commit 6c2a7f1f4d6424bfd5379333a93280bbe33ae887 +Subproject commit a4d135c5e1351fc49c02e6b3229183eb02a6ee59 diff --git a/libs/math b/libs/math index 0490049642..31458502ff 160000 --- a/libs/math +++ b/libs/math @@ -1 +1 @@ -Subproject commit 0490049642081d168e7869d2fd3e5f94d2832fad +Subproject commit 31458502ff316467d1e32ea94df05418dcd4dd64 diff --git a/libs/pool b/libs/pool index 87ae52573c..df6ede237a 160000 --- a/libs/pool +++ b/libs/pool @@ -1 +1 @@ -Subproject commit 87ae52573cae8cd184a2770bdfa3ba0529921652 +Subproject commit df6ede237ab0c5db77a51d60ba6edcceca95e69f diff --git a/libs/ratio b/libs/ratio index 4778b0d7fb..1f88e2c150 160000 --- a/libs/ratio +++ b/libs/ratio @@ -1 +1 @@ -Subproject commit 4778b0d7fb62740e028200b0e4d736146aa92e72 +Subproject commit 1f88e2c1500396acfec7bd3b8f10cd69bbd001b1 diff --git a/libs/type_traits b/libs/type_traits index bff7255740..7f7a6d2324 160000 --- a/libs/type_traits +++ b/libs/type_traits @@ -1 +1 @@ -Subproject commit bff7255740404c3d0c38b406f328814c2082bc4f +Subproject commit 7f7a6d2324ad74785e63ef1fc91c84bed1151d48