Fix PDF build.

[SVN r68541]
This commit is contained in:
John Maddock 2011-01-29 12:08:04 +00:00
parent 476f48fcee
commit 6f6cdcea3d
2 changed files with 6 additions and 2 deletions

View file

@ -42,6 +42,7 @@ install pdf-install
../../libs/functional/forward/doc//standalone
../../libs/functional/hash/doc//standalone
../../libs/fusion/doc//quickbook
../../libs/icl/doc//standalone
../../libs/interprocess/doc//standalone
../../libs/integer/doc//standalone
../../libs/intrusive/doc//standalone
@ -77,7 +78,7 @@ install pdf-install
../../libs/xpressive/doc//standalone
../../tools/boostbook/doc//boostbook
../../tools/build/v2/engine/doc//standalone
../../tools/build/v2/doc//jam_docs
../../tools/quickbook/doc//standalone
../../tools/bcp/doc//standalone
:
@ -163,3 +164,5 @@ install msm_install : ../../libs/msm/doc/pdf/msm.pdf : <location>. ;

View file

@ -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 2>&1 | tee build.log
bjam -a --enable-index 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
@ -10,3 +10,4 @@ mv *.pdf boost_${boost_version}_pdf