summaryrefslogtreecommitdiff
path: root/doc/pdf
diff options
context:
space:
mode:
authorJohn Maddock <john@johnmaddock.co.uk>2011-01-29 12:08:04 +0000
committerJohn Maddock <john@johnmaddock.co.uk>2011-01-29 12:08:04 +0000
commit6f6cdcea3da21893c8b821afaffe82fcdbb61618 (patch)
tree6af00400248e5ff47cd4457afc9320bf3b3e13be /doc/pdf
parent476f48fceea58e70b0a36361172e5aff11daf06c (diff)
downloadboost-6f6cdcea3da21893c8b821afaffe82fcdbb61618.tar.gz
Fix PDF build.
[SVN r68541]
Diffstat (limited to 'doc/pdf')
-rw-r--r--doc/pdf/Jamfile.v25
-rw-r--r--doc/pdf/build3
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/pdf/Jamfile.v2 b/doc/pdf/Jamfile.v2
index 67606ecd99..b3ab3a2ac4 100644
--- a/doc/pdf/Jamfile.v2
+++ b/doc/pdf/Jamfile.v2
@@ -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>. ;
+
+
diff --git a/doc/pdf/build b/doc/pdf/build
index a08ef5070f..7e70426d5e 100644
--- a/doc/pdf/build
+++ b/doc/pdf/build
@@ -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
+