summaryrefslogtreecommitdiff
path: root/doc/pdf
diff options
context:
space:
mode:
authorJohn Maddock <john@johnmaddock.co.uk>2013-02-13 16:50:42 +0000
committerJohn Maddock <john@johnmaddock.co.uk>2013-02-13 16:50:42 +0000
commit88e0df7d6345d8305d750b2c26949fcd53f9a71d (patch)
treef01cbfc363cb5ab3197b23de966754c1ac442fc2 /doc/pdf
parent3e2f608746b06a5b74903cfab60772df6029e62b (diff)
downloadboost-88e0df7d6345d8305d750b2c26949fcd53f9a71d.tar.gz
Fixes for PDF documentation build.
[SVN r82852]
Diffstat (limited to 'doc/pdf')
-rw-r--r--doc/pdf/Jamfile.v210
-rw-r--r--doc/pdf/build2
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/pdf/Jamfile.v2 b/doc/pdf/Jamfile.v2
index e8ab8c6181..b62d10c2d6 100644
--- a/doc/pdf/Jamfile.v2
+++ b/doc/pdf/Jamfile.v2
@@ -14,6 +14,9 @@ project : requirements <include>../../libs/geometry/doc ;
+
+
+
boostbook array_docs
: ../../libs/array/doc/array.xml
:
@@ -32,6 +35,7 @@ install pdf-install
:
array_docs
any_docs
+ ../../libs/atomic/doc//standalone
../../libs/accumulators/doc//standalone
../../libs/algorithm/string/doc//string_algo
../../libs/algorithm/doc//standalone
@@ -43,6 +47,7 @@ install pdf-install
../../libs/context/doc//standalone
#../../libs/container/doc//pdfinstall
../../libs/conversion/doc//standalone
+ ../../libs/coroutine/doc//standalone
../../libs/date_time/xmldoc//date_time
../../libs/foreach/doc//standalone
../../libs/function/doc//function-doc
@@ -56,6 +61,7 @@ install pdf-install
../../libs/integer/doc//standalone
../../libs/iterator/doc//standalone
../../libs/lambda/doc//lambda-doc
+ ../../libs/lockfree/doc//standalone
# ../../libs/local_function/doc//doc
../../libs/logic/doc//tribool
../../libs/math/doc/complex//standalone
@@ -65,7 +71,9 @@ install pdf-install
../../libs/math/doc/sf_and_dist//pdfinstall
../../libs/move/doc//standalone
../../libs/mpi/doc//standalone
+ ../../libs/multiprecision/doc//standalone
../../libs/numeric/conversion/doc//standalone
+# ../../libs/numeric/odeint/doc//standalone
../../libs/optional/doc//standalone
../../libs/phoenix/doc//phoenix-doc
../../libs/program_options/doc//program_option
@@ -187,3 +195,5 @@ install scope_exit_install
+
+
diff --git a/doc/pdf/build b/doc/pdf/build
index f6f8445a58..af5e9488cb 100644
--- a/doc/pdf/build
+++ b/doc/pdf/build
@@ -9,6 +9,7 @@ echo Boost version tag = $boost_version
(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 pdf_doc_install && cp *.pdf ../../../../doc/pdf) 2>&1 | tee -a build.log
+(cd ../../libs/numeric/odeint/doc && rm -rf *.pdf && bjam -a --hash --enable-index 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 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
@@ -19,3 +20,4 @@ mv *.pdf boost_${boost_version}_pdf
+