Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82852 - in branches/release: doc/pdf libs/coroutine/doc
From: john_at_[hidden]
Date: 2013-02-13 11:50:44


Author: johnmaddock
Date: 2013-02-13 11:50:42 EST (Wed, 13 Feb 2013)
New Revision: 82852
URL: http://svn.boost.org/trac/boost/changeset/82852

Log:
Fixes for PDF documentation build.
Text files modified:
   branches/release/doc/pdf/Jamfile.v2 | 10 ++++++++++
   branches/release/doc/pdf/build | 2 ++
   branches/release/libs/coroutine/doc/Jamfile.v2 | 6 ++++++
   3 files changed, 18 insertions(+), 0 deletions(-)

Modified: branches/release/doc/pdf/Jamfile.v2
==============================================================================
--- branches/release/doc/pdf/Jamfile.v2 (original)
+++ branches/release/doc/pdf/Jamfile.v2 2013-02-13 11:50:42 EST (Wed, 13 Feb 2013)
@@ -14,6 +14,9 @@
 
 
 
+
+
+
 boostbook array_docs
         : ../../libs/array/doc/array.xml
         :
@@ -32,6 +35,7 @@
   :
     array_docs
     any_docs
+ ../../libs/atomic/doc//standalone
     ../../libs/accumulators/doc//standalone
     ../../libs/algorithm/string/doc//string_algo
     ../../libs/algorithm/doc//standalone
@@ -43,6 +47,7 @@
     ../../libs/context/doc//standalone
     #../../libs/container/doc//pdfinstall
     ../../libs/conversion/doc//standalone
+ ../../libs/coroutine/doc//standalone
     ../../libs/date_time/xmldoc//date_time
     ../../libs/foreach/doc//standalone
     ../../libs/function/doc//function-doc
@@ -56,6 +61,7 @@
     ../../libs/integer/doc//standalone
     ../../libs/iterator/doc//standalone
     ../../libs/lambda/doc//lambda-doc
+ ../../libs/lockfree/doc//standalone
 # ../../libs/local_function/doc//doc
     ../../libs/logic/doc//tribool
     ../../libs/math/doc/complex//standalone
@@ -65,7 +71,9 @@
     ../../libs/math/doc/sf_and_dist//pdfinstall
     ../../libs/move/doc//standalone
     ../../libs/mpi/doc//standalone
+ ../../libs/multiprecision/doc//standalone
     ../../libs/numeric/conversion/doc//standalone
+# ../../libs/numeric/odeint/doc//standalone
     ../../libs/optional/doc//standalone
     ../../libs/phoenix/doc//phoenix-doc
     ../../libs/program_options/doc//program_option
@@ -187,3 +195,5 @@
 
 
 
+
+

Modified: branches/release/doc/pdf/build
==============================================================================
--- branches/release/doc/pdf/build (original)
+++ branches/release/doc/pdf/build 2013-02-13 11:50:42 EST (Wed, 13 Feb 2013)
@@ -9,6 +9,7 @@
 (cd ../../libs/functional/overloaded_function/doc && rm -rf *.pdf && bjam -a pdfinstall && cp *.pdf ../../../../doc/pdf) 2>&1 | tee -a build.log
 (cd ../../libs/local_function/doc && rm -rf *.pdf && bjam -a pdfinstall && cp *.pdf ../../../doc/pdf) 2>&1 | tee -a build.log
 (cd ../../libs/utility/identity_type/doc && rm -rf *.pdf && bjam -a pdf_doc_install && cp *.pdf ../../../../doc/pdf) 2>&1 | tee -a build.log
+(cd ../../libs/numeric/odeint/doc && rm -rf *.pdf && bjam -a --hash --enable-index pdfinstall && cp *.pdf ../../../../doc/pdf) 2>&1 | tee -a build.log
 cp ../../dist/bin/doxygen_xml2qbk* /usr/local/bin
 (cd ../../libs/geometry/doc && rm -rf *.pdf && ./make_qbk.py && bjam pdfinstall -a xsl:param=fop1.extensions=1 xsl:param=xep.extensions=0 && cp *.pdf ../../../doc/pdf) 2>&1 | tee -a build.log
 bjam -a --enable-index pdf -d2 xsl:param=fop1.extensions=0 xsl:param=xep.extensions=1 2>&1 | tee -a build.log
@@ -19,3 +20,4 @@
 
 
 
+

Modified: branches/release/libs/coroutine/doc/Jamfile.v2
==============================================================================
--- branches/release/libs/coroutine/doc/Jamfile.v2 (original)
+++ branches/release/libs/coroutine/doc/Jamfile.v2 2013-02-13 11:50:42 EST (Wed, 13 Feb 2013)
@@ -5,6 +5,10 @@
 
 xml coro : coro.qbk ;
 
+path-constant images_location : html ;
+path-constant here : . ;
+
+
 boostbook standalone
     :
         coro
@@ -22,4 +26,6 @@
         <xsl:param>generate.section.toc.level=10
         # Path for links to Boost:
         <xsl:param>boost.root=../../../..
+ <format>pdf:<xsl:param>img.src.path=$(images_location)/
     ;
+


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