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:
John Maddock
2013-02-20 18:29:30 +00:00
parent aa74aab3d2
commit b3d5f6480b

View File

@@ -48,8 +48,8 @@ boostbook standalone
: :
container container
: :
<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
<format>pdf:<xsl:param>img.src.path=$(images_location)/ <format>pdf:<xsl:param>img.src.path=$(images_location)/
@@ -71,6 +71,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
@@ -89,3 +90,5 @@ boostbook standalone
install pdfinstall : standalone/<format>pdf : <install-type>PDF <location>. <name>container.pdf ; install pdfinstall : standalone/<format>pdf : <install-type>PDF <location>. <name>container.pdf ;
explicit pdfinstall ; explicit pdfinstall ;