mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 06:43:09 +00:00
Fix broken links in doc build.
Move some xsl:param's into individual library's Jamfiles. Refs #7899. [SVN r83050]
This commit is contained in:
parent
215bdc815d
commit
c88c33747c
4 changed files with 20 additions and 10 deletions
|
@ -15,7 +15,16 @@ alias asio : ../libs/asio/doc//asio/<xsl:param>boost.libraries=../../libs/librar
|
|||
# generation is also so slow that it's impractical for a build this large (takes ~ 9 hrs
|
||||
# to build with just 3 indexed libraries). Hence we refer to these libraries as for example:
|
||||
#
|
||||
# ../libs/interprocess/doc//standalone/<format>docbook/<auto-index-internal>on
|
||||
# ../libs/interprocess/doc//standalone/<format>docbook
|
||||
#
|
||||
# Within each library that uses this, make sure that the boostbook target contains
|
||||
#
|
||||
# <format>docbook:<auto-index-internal>on
|
||||
#
|
||||
# And if boost.root is set, restrict it to local html builds using:
|
||||
#
|
||||
# <format>html:<xsl:param>boost.root=../../../..
|
||||
# <format>html:<xsl:param>boost.libraries=../../../../libs/libraries.htm
|
||||
#
|
||||
# Finally, in boost.xml we xi:include interproces.auto_index.docbook which is the final
|
||||
# post-index generation docbook, rather than interprocess.xml which is the pre-indexed boostbook.
|
||||
|
@ -57,11 +66,11 @@ boostbook doc
|
|||
<dependency>../libs/date_time/xmldoc//local_time_autodoc.xml
|
||||
<dependency>../tools/build/v2/doc//jam_docs
|
||||
<dependency>../tools/quickbook/doc//quickbook
|
||||
<dependency>../libs/interprocess/doc//standalone/<format>docbook/<auto-index-internal>on
|
||||
<dependency>../libs/intrusive/doc//standalone/<format>docbook/<auto-index-internal>on
|
||||
<dependency>../libs/interprocess/doc//standalone/<format>docbook
|
||||
<dependency>../libs/intrusive/doc//standalone/<format>docbook
|
||||
<dependency>../libs/move/doc//autodoc.xml
|
||||
<dependency>../libs/move/doc//move
|
||||
<dependency>../libs/container/doc//standalone/<format>docbook/<auto-index-internal>on
|
||||
<dependency>../libs/container/doc//standalone/<format>docbook
|
||||
<dependency>../libs/units/doc//units
|
||||
<dependency>../libs/unordered/doc//unordered
|
||||
<dependency>../libs/thread/doc//thread
|
||||
|
@ -92,9 +101,9 @@ boostbook doc
|
|||
<implicit-dependency>../tools/build/v2/doc//jam_docs
|
||||
<implicit-dependency>../tools/quickbook/doc//quickbook
|
||||
<implicit-dependency>../libs/mpi/doc//mpi
|
||||
<implicit-dependency>../libs/container/doc//standalone/<format>docbook/<auto-index-internal>on
|
||||
<implicit-dependency>../libs/interprocess/doc//standalone/<format>docbook/<auto-index-internal>on
|
||||
<implicit-dependency>../libs/intrusive/doc//standalone/<format>docbook/<auto-index-internal>on
|
||||
<implicit-dependency>../libs/container/doc//standalone/<format>docbook
|
||||
<implicit-dependency>../libs/interprocess/doc//standalone/<format>docbook
|
||||
<implicit-dependency>../libs/intrusive/doc//standalone/<format>docbook
|
||||
<implicit-dependency>../libs/move/doc//move
|
||||
<implicit-dependency>../libs/units/doc//units
|
||||
<implicit-dependency>../libs/unordered/doc//unordered
|
||||
|
@ -118,3 +127,4 @@ install callouts : [ glob src/images/callouts/*.png ] : <location>html/images/ca
|
|||
explicit callouts ;
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit aa74aab3d274f29fa0aa78ebb7c3f2494ce6dc0f
|
||||
Subproject commit b3d5f6480b7982ea74ba99edf25b5a8316cd6c5d
|
|
@ -1 +1 @@
|
|||
Subproject commit b219e40e1106129004558321668313a1592f616e
|
||||
Subproject commit 6bf13cd3e20f8dd6504dee2a18c296b2f69b521c
|
|
@ -1 +1 @@
|
|||
Subproject commit 810172ad89d9978b5e22d5b392153a371bfeda6f
|
||||
Subproject commit 31812618d607dc4d45cebf5211a75c949fc2deaf
|
Loading…
Add table
Reference in a new issue