forked from boostorg/intrusive
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:
@@ -55,8 +55,8 @@ boostbook standalone
|
|||||||
:
|
:
|
||||||
intrusive
|
intrusive
|
||||||
:
|
:
|
||||||
<xsl:param>boost.root=../../../..
|
<format>html:<xsl:param>boost.root=../../../..
|
||||||
<xsl:param>boost.libraries=../../../../libs/libraries.htm
|
<format>html:<xsl:param>boost.libraries=../../../../libs/libraries.htm
|
||||||
<xsl:param>generate.section.toc.level=3
|
<xsl:param>generate.section.toc.level=3
|
||||||
<xsl:param>chunk.first.sections=1
|
<xsl:param>chunk.first.sections=1
|
||||||
<dependency>autodoc
|
<dependency>autodoc
|
||||||
@@ -76,6 +76,7 @@ boostbook standalone
|
|||||||
|
|
||||||
# Choose indexing method for html:
|
# Choose indexing method for html:
|
||||||
<format>html:<auto-index-internal>on
|
<format>html:<auto-index-internal>on
|
||||||
|
<format>docbook:<auto-index-internal>on
|
||||||
|
|
||||||
# Set the name of the script file to use (index.idx is popular):
|
# Set the name of the script file to use (index.idx is popular):
|
||||||
<auto-index-script>$(here)/index.idx
|
<auto-index-script>$(here)/index.idx
|
||||||
@@ -93,3 +94,5 @@ boostbook standalone
|
|||||||
|
|
||||||
install pdfinstall : standalone/<format>pdf : <name>intrusive.pdf <location>. <install-type>PDF <format>pdf ;
|
install pdfinstall : standalone/<format>pdf : <name>intrusive.pdf <location>. <install-type>PDF <format>pdf ;
|
||||||
explicit pdfinstall ;
|
explicit pdfinstall ;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user