From 354fbb4d2411b49d7a2545927e4d6cb32ed4a0cd Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 8 Feb 2009 16:59:14 +0000 Subject: [PATCH] Add Jamfile to build PDF versions of all the docs. Tweaked some existing Jamfiles so that PDF build finds all the necessary image files etc. Tweaked fo.xsl to provide more options by default, and improve formatting. [SVN r51104] --- doc/tutorial/doc/Jamfile.v2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/tutorial/doc/Jamfile.v2 b/doc/tutorial/doc/Jamfile.v2 index f9b10f86..17b2fa2d 100644 --- a/doc/tutorial/doc/Jamfile.v2 +++ b/doc/tutorial/doc/Jamfile.v2 @@ -6,6 +6,8 @@ project boost/libs/python/doc/tutorial/doc ; import boostbook : boostbook ; using quickbook ; +path-constant images : html ; + boostbook tutorial : tutorial.qbk @@ -13,4 +15,5 @@ boostbook tutorial boost.root=../../../../../.. boost.libraries=../../../../../../libs/libraries.htm html.stylesheet=../../../../../../doc/html/boostbook.css + pdf:img.src.path=$(images)/ ;