mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 22:39:25 +00:00
Fixes for PDF documentation build.
[SVN r82852]
This commit is contained in:
parent
3e2f608746
commit
88e0df7d63
3 changed files with 13 additions and 1 deletions
|
@ -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
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit bb2f15f9e759d4786f71a3d4470d1b320520efd1
|
||||
Subproject commit 20881545a78756be846ff5747f419a3087b858ac
|
Loading…
Add table
Reference in a new issue