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