$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r72757 - trunk/libs/geometry/doc
From: john_at_[hidden]
Date: 2011-06-26 04:08:47
Author: johnmaddock
Date: 2011-06-26 04:08:46 EDT (Sun, 26 Jun 2011)
New Revision: 72757
URL: http://svn.boost.org/trac/boost/changeset/72757
Log:
Enable PDF generation.
Text files modified: 
   trunk/libs/geometry/doc/Jamfile.v2 |    27 +++++++++++++++------------             
   1 files changed, 15 insertions(+), 12 deletions(-)
Modified: trunk/libs/geometry/doc/Jamfile.v2
==============================================================================
--- trunk/libs/geometry/doc/Jamfile.v2	(original)
+++ trunk/libs/geometry/doc/Jamfile.v2	2011-06-26 04:08:46 EDT (Sun, 26 Jun 2011)
@@ -14,8 +14,10 @@
 # Auto-index, experimental. Commented otherwise does not build without.
 #using auto-index ; 
 
-import boostbook ;
-import quickbook ;
+using quickbook ;
+
+path-constant here : . ;
+path-constant images_location : html ;
 
 
 boostbook geometry 
@@ -23,18 +25,19 @@
     : <dependency>Jamfile.v2
         <dependency>quickref.xml
         <dependency>generated/point.qbk
-        : <xsl:param>chunk.section.depth=4
+        <xsl:param>chunk.section.depth=4
 #    <auto-index>off
 #    <auto-index-internal>on
 #    <auto-index-verbose>off
 #    <xsl:param>index.on.type=1
-    <format>html
-    <xsl:param>chunk.first.sections=1
-    <xsl:param>toc.section.depth=3
-    <xsl:param>toc.max.depth=2
-    <xsl:param>generate.section.toc.level=4
-    <xsl:param>boost.root=../../../..
-    <quickbook-define>enable_index
-    ;
-
+#       <format>html
+       <xsl:param>chunk.first.sections=1
+       <xsl:param>toc.section.depth=3
+       <xsl:param>toc.max.depth=2
+       <xsl:param>generate.section.toc.level=4
+       <xsl:param>boost.root=../../../..
+       <quickbook-define>enable_index
+       <include>$(here)
+       <format>pdf:<xsl:param>img.src.path=$(images_location)/    
+;