mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
pdf build changes from release.
[SVN r63459]
This commit is contained in:
parent
98103c6107
commit
24b9788a1d
2 changed files with 23 additions and 4 deletions
|
@ -45,6 +45,7 @@ install pdf-install
|
|||
../../libs/fusion/doc//quickbook
|
||||
../../libs/graph/quickbook//standalone
|
||||
../../libs/interprocess/doc//standalone
|
||||
../../libs/integer/doc//standalone
|
||||
../../libs/intrusive/doc//standalone
|
||||
../../libs/iterator/doc//standalone
|
||||
../../libs/lambda/doc//lambda-doc
|
||||
|
@ -62,12 +63,11 @@ install pdf-install
|
|||
../../libs/proto/doc//standalone
|
||||
# Invalid Jamfile, doesn't use Boostbook anyway??
|
||||
#../../libs/ptr_container/doc//standalone
|
||||
../../libs/range/doc//quickbook
|
||||
../../libs/regex/doc//standalone
|
||||
../../libs/scope_exit/doc//standalone
|
||||
../../libs/signals/doc//doc
|
||||
../../libs/spirit//doc//spirit2
|
||||
../../libs/spirit/repository//doc//spirit2_repository
|
||||
../../libs/spirit/doc//spirit2
|
||||
../../libs/spirit/repository//doc/spirit2_repository
|
||||
../../libs/static_assert/doc//standalone
|
||||
../../libs/thread/doc//standalone
|
||||
../../libs/tr1/doc//standalone
|
||||
|
@ -81,6 +81,7 @@ install pdf-install
|
|||
../../tools/boostbook/doc//boostbook
|
||||
../../tools/jam/doc//standalone
|
||||
../../tools/quickbook/doc//standalone
|
||||
../../tools/bcp/doc//standalone
|
||||
:
|
||||
<location>.
|
||||
<install-type>PDF
|
||||
|
@ -129,6 +130,23 @@ install signals2-install
|
|||
<dependency>../../libs/signals2/doc//hello_world_def_code_snippet.xml
|
||||
;
|
||||
|
||||
install range-install
|
||||
:
|
||||
../../libs/range/doc//quickbook
|
||||
:
|
||||
<location>.
|
||||
<install-type>PDF
|
||||
<format>pdf
|
||||
<name>range.pdf
|
||||
;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
#!/bin/bash
|
||||
boost_version=$(grep 'define.*BOOST_LIB_VERSION' ../../boost/version.hpp | sed 's/.*"\([^"]*\)".*/\1/')
|
||||
echo Boost version tag = $boost_version
|
||||
bjam pdf xsl:param=fop1.extensions=0 xsl:param=xep.extensions=1
|
||||
bjam -a pdf xsl:param=fop1.extensions=0 xsl:param=xep.extensions=1
|
||||
mkdir boost_${boost_version}_pdf
|
||||
mv *.pdf boost_${boost_version}_pdf
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue