summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn Maddock <john@johnmaddock.co.uk>2009-02-17 10:05:58 +0000
committerJohn Maddock <john@johnmaddock.co.uk>2009-02-17 10:05:58 +0000
commit889c012ed0020fe712d3b93f4579ce58bde6f25c (patch)
treedd93fb5edf0fbc56808d7487ee008e95652fa9df /doc
parent7145754ade42f7730d92f2967b7c98b5ba344986 (diff)
downloadboost-889c012ed0020fe712d3b93f4579ce58bde6f25c.tar.gz
Add PDF generation options to fix external links to point to the web site.
Added a few more Boostbook based libs that were missed first time around. Fixed PDF naming issues. [SVN r51284]
Diffstat (limited to 'doc')
-rw-r--r--doc/pdf/Jamfile.v254
1 files changed, 49 insertions, 5 deletions
diff --git a/doc/pdf/Jamfile.v2 b/doc/pdf/Jamfile.v2
index 830f05946f..24c019d4b6 100644
--- a/doc/pdf/Jamfile.v2
+++ b/doc/pdf/Jamfile.v2
@@ -4,9 +4,26 @@
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
+import boostbook ;
+
+boostbook array_docs
+ : ../../libs/array/doc/array.xml
+ :
+ <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
+ <format>pdf
+ ;
+
+boostbook any_docs
+ : ../../libs/any/doc/any.xml
+ :
+ <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
+ <format>pdf
+ ;
install pdf-install
:
+ array_docs
+ any_docs
../../libs/accumulators/doc//standalone
../../libs/algorithm/string/doc//string_algo
../../libs/asio/doc//asio
@@ -28,17 +45,15 @@ install pdf-install
../../libs/math/doc/quaternion//standalone
../../libs/math/doc/gcd//standalone
../../libs/math/doc/sf_and_dist//standalone
+ ../../libs/mpi/doc//standalone
+ ../../libs/program_options/doc//program_option
../../libs/numeric/conversion/doc//standalone
../../libs/optional/doc//standalone
../../libs/proto/doc//standalone
- #../../libs/ptr_container/doc//doc
- ../../libs/optional/doc//standalone
- ../../libs/python/doc/tutorial/doc//tutorial
../../libs/range/doc//standalone
../../libs/regex/doc//standalone
../../libs/scope_exit/doc//standalone
../../libs/signals/doc//doc
- ../../libs/spirit/phoenix/doc//quickbook
../../libs/static_assert/doc//standalone
../../libs/thread/doc//standalone
../../libs/tr1/doc//standalone
@@ -52,7 +67,6 @@ install pdf-install
../../tools/boostbook/doc//boostbook
../../tools/jam/doc//standalone
../../tools/quickbook/doc//standalone
- ../../tools/build/v2/doc//userman
:
<location>.
<install-type>PDF
@@ -60,3 +74,33 @@ install pdf-install
;
+install python-tutorial-install
+ :
+ ../../libs/python/doc/tutorial/doc//tutorial
+ :
+ <location>.
+ <install-type>PDF
+ <format>pdf
+ <name>python_tutorial.pdf
+ ;
+
+install phoenix-install
+ :
+ ../../libs/spirit/phoenix/doc//quickbook
+ :
+ <location>.
+ <install-type>PDF
+ <format>pdf
+ <name>phoenix.pdf
+ ;
+
+install boost-build-install
+ :
+ ../../tools/build/v2/doc//userman
+ :
+ <location>.
+ <install-type>PDF
+ <format>pdf
+ <name>boost_build.pdf
+ ;
+