Parcourir la source

Fixes for PDF documentation build.

[SVN r82852]
John Maddock il y a 13 ans
Parent
commit
88e0df7d63
3 fichiers modifiés avec 13 ajouts et 1 suppressions
  1. 10 0
      doc/pdf/Jamfile.v2
  2. 2 0
      doc/pdf/build
  3. 1 1
      libs/coroutine

+ 10 - 0
doc/pdf/Jamfile.v2

@@ -14,6 +14,9 @@ project : requirements <include>../../libs/geometry/doc ;
 
 
 
+
+
+
 boostbook array_docs 
 	: ../../libs/array/doc/array.xml 
 	:
@@ -32,6 +35,7 @@ install pdf-install
   : 
     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 @@ install pdf-install
     ../../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 @@ install pdf-install
     ../../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 @@ install pdf-install
     ../../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 @@ install scope_exit_install
 
 
 
+
+

+ 2 - 0
doc/pdf/build

@@ -9,6 +9,7 @@ echo Boost version tag = $boost_version
 (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 @@ mv *.pdf boost_${boost_version}_pdf
 
 
 
+

+ 1 - 1
libs/coroutine

@@ -1 +1 @@
-Subproject commit bb2f15f9e759d4786f71a3d4470d1b320520efd1
+Subproject commit 20881545a78756be846ff5747f419a3087b858ac

粤ICP备19079148号