Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55757 - in branches/release: doc/pdf libs/date_time/xmldoc libs/fusion/doc libs/logic/doc
From: john_at_[hidden]
Date: 2009-08-24 06:31:43


Author: johnmaddock
Date: 2009-08-24 06:31:43 EDT (Mon, 24 Aug 2009)
New Revision: 55757
URL: http://svn.boost.org/trac/boost/changeset/55757

Log:
Fix up logic and date_time Jamfiles so they build needed dependencies.
Fix PDF image paths in fusion Jamfile.v2.
Add fusion to the PDF build.
Text files modified:
   branches/release/doc/pdf/Jamfile.v2 | 3 +++
   branches/release/libs/date_time/xmldoc/Jamfile.v2 | 4 ++++
   branches/release/libs/fusion/doc/Jamfile | 6 ++++++
   branches/release/libs/logic/doc/Jamfile.v2 | 1 +
   4 files changed, 14 insertions(+), 0 deletions(-)

Modified: branches/release/doc/pdf/Jamfile.v2
==============================================================================
--- branches/release/doc/pdf/Jamfile.v2 (original)
+++ branches/release/doc/pdf/Jamfile.v2 2009-08-24 06:31:43 EDT (Mon, 24 Aug 2009)
@@ -40,6 +40,7 @@
     ../../libs/foreach/doc//standalone
     ../../libs/function/doc//function-doc
     ../../libs/functional/hash/doc//standalone
+ ../../libs/fusion/doc//quickbook
     ../../libs/interprocess/doc//standalone
     ../../libs/intrusive/doc//standalone
     ../../libs/iterator/doc//standalone
@@ -123,3 +124,5 @@
 
 
 
+
+

Modified: branches/release/libs/date_time/xmldoc/Jamfile.v2
==============================================================================
--- branches/release/libs/date_time/xmldoc/Jamfile.v2 (original)
+++ branches/release/libs/date_time/xmldoc/Jamfile.v2 2009-08-24 06:31:43 EDT (Mon, 24 Aug 2009)
@@ -12,6 +12,10 @@
 boostbook date_time : date_time.xml
         :
         <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
+ <dependency>date_time_autodoc
+ <dependency>gregorian_autodoc
+ <dependency>posix_time_autodoc
+ <dependency>local_time_autodoc
         ;
 
 # boostbook date_time_doc : exclusive_date_time.xml ;

Modified: branches/release/libs/fusion/doc/Jamfile
==============================================================================
--- branches/release/libs/fusion/doc/Jamfile (original)
+++ branches/release/libs/fusion/doc/Jamfile 2009-08-24 06:31:43 EDT (Mon, 24 Aug 2009)
@@ -9,6 +9,8 @@
 import boostbook : boostbook ;
 using quickbook ;
 
+path-constant images_location : html ;
+
 boostbook quickbook
     :
         fusion.qbk
@@ -21,5 +23,9 @@
         <xsl:param>toc.section.depth=3
         <xsl:param>toc.max.depth=3
         <xsl:param>generate.section.toc.level=4
+ <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/fusion/doc/html
+ <format>pdf:<xsl:param>img.src.path=$(images_location)/
     ;
 
+
+

Modified: branches/release/libs/logic/doc/Jamfile.v2
==============================================================================
--- branches/release/libs/logic/doc/Jamfile.v2 (original)
+++ branches/release/libs/logic/doc/Jamfile.v2 2009-08-24 06:31:43 EDT (Mon, 24 Aug 2009)
@@ -11,4 +11,5 @@
         tribool.boostbook
         :
         <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
+ <dependency>reference
         ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk