Update build scripts for PDF docs.

[SVN r61613]
This commit is contained in:
John Maddock 2010-04-27 12:20:23 +00:00
parent 0b3bfa4638
commit d5a741466c
2 changed files with 15 additions and 2 deletions

View file

@ -58,7 +58,6 @@ install pdf-install
../../libs/numeric/conversion/doc//standalone
../../libs/optional/doc//standalone
../../libs/proto/doc//standalone
../../libs/range/doc//standalone
../../libs/regex/doc//standalone
../../libs/scope_exit/doc//standalone
../../libs/signals/doc//doc
@ -125,6 +124,19 @@ 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
;

View file

@ -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