summaryrefslogtreecommitdiff
path: root/doc/pdf
diff options
context:
space:
mode:
authorChanho Park <chanho61.park@samsung.com>2014-12-11 18:55:56 +0900
committerChanho Park <chanho61.park@samsung.com>2014-12-11 18:55:56 +0900
commit08c1e93fa36a49f49325a07fe91ff92c964c2b6c (patch)
tree7a7053ceb8874b28ec4b868d4c49b500008a102e /doc/pdf
parentbb4dd8289b351fae6b55e303f189127a394a1edd (diff)
downloadboost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.tar.gz
boost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.tar.bz2
boost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.zip
Imported Upstream version 1.57.0upstream/1.57.0
Diffstat (limited to 'doc/pdf')
-rw-r--r--doc/pdf/Jamfile.v216
-rw-r--r--doc/pdf/build5
2 files changed, 18 insertions, 3 deletions
diff --git a/doc/pdf/Jamfile.v2 b/doc/pdf/Jamfile.v2
index 34633abb03..cf53b23c69 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
@@ -40,8 +44,10 @@ install pdf-install
../../libs/chrono/doc//standalone
../../libs/concept_check/doc//concepts
../../libs/config/doc//standalone
+ ../../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
@@ -55,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
@@ -64,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
@@ -88,7 +97,7 @@ install pdf-install
../../libs/xpressive/doc//standalone
../../tools/boostbook/doc//boostbook
- ../../tools/build/v2/doc//jam_docs
+ ../../tools/build/doc//jam_docs
../../tools/quickbook/doc//standalone
../../tools/bcp/doc//standalone
:
@@ -130,7 +139,7 @@ install phoenix-install
install boost-build-install
:
- ../../tools/build/v2/doc//userman
+ ../../tools/build/doc//userman
:
<location>.
<install-type>PDF
@@ -185,3 +194,6 @@ install scope_exit_install
+
+
+
diff --git a/doc/pdf/build b/doc/pdf/build
index 61a5926fc5..af5e9488cb 100644
--- a/doc/pdf/build
+++ b/doc/pdf/build
@@ -8,7 +8,8 @@ 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
+(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
@@ -18,3 +19,5 @@ mv *.pdf boost_${boost_version}_pdf
+
+