mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 22:39:25 +00:00
Fix asio PDF builds - make sure that the images are found correctly and that the file name turns out right.
[SVN r64252]
This commit is contained in:
parent
9bfd6da60d
commit
81ae944171
3 changed files with 17 additions and 4 deletions
|
@ -31,7 +31,6 @@ install pdf-install
|
|||
any_docs
|
||||
../../libs/accumulators/doc//standalone
|
||||
../../libs/algorithm/string/doc//string_algo
|
||||
../../libs/asio/doc//asio
|
||||
../../libs/bimap/doc//standalone
|
||||
../../libs/bind/doc//ref-doc
|
||||
../../libs/concept_check/doc//concepts
|
||||
|
@ -66,7 +65,7 @@ install pdf-install
|
|||
../../libs/scope_exit/doc//standalone
|
||||
../../libs/signals/doc//doc
|
||||
../../libs/spirit/doc//spirit2
|
||||
../../libs/spirit/repository//doc/spirit2_repository
|
||||
../../libs/spirit/repository/doc//spirit2_repository
|
||||
../../libs/static_assert/doc//standalone
|
||||
../../libs/thread/doc//standalone
|
||||
../../libs/tr1/doc//standalone
|
||||
|
@ -98,6 +97,16 @@ install python-tutorial-install
|
|||
<name>python_tutorial.pdf
|
||||
;
|
||||
|
||||
install asio-install
|
||||
:
|
||||
../../libs/asio/doc//asio
|
||||
:
|
||||
<location>.
|
||||
<install-type>PDF
|
||||
<format>pdf
|
||||
<name>asio.pdf
|
||||
;
|
||||
|
||||
install phoenix-install
|
||||
:
|
||||
../../libs/spirit/phoenix/doc//quickbook
|
||||
|
@ -139,6 +148,9 @@ install range-install
|
|||
<name>range.pdf
|
||||
;
|
||||
|
||||
# Just copy the MSM PDF over:
|
||||
install msm_install : ../../libs/msm/doc/pdf/msm.pdf : <location>. ;
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
boost_version=$(grep 'define.*BOOST_LIB_VERSION' ../../boost/version.hpp | sed 's/.*"\([^"]*\)".*/\1/')
|
||||
echo Boost version tag = $boost_version
|
||||
bjam -a pdf xsl:param=fop1.extensions=0 xsl:param=xep.extensions=1
|
||||
bjam -a pdf xsl:param=fop1.extensions=0 xsl:param=xep.extensions=1 2>&1 | tee build.log
|
||||
mkdir boost_${boost_version}_pdf
|
||||
mv *.pdf boost_${boost_version}_pdf
|
||||
|
||||
|
@ -9,3 +9,4 @@ mv *.pdf boost_${boost_version}_pdf
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit f7e69ef4ae12b0906ef88a8ef430b70c45c9cb4b
|
||||
Subproject commit 104fe57a2222dedbd4f399b16736863ee38696d1
|
Loading…
Add table
Reference in a new issue