From b3d5f6480b7982ea74ba99edf25b5a8316cd6c5d Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 20 Feb 2013 18:29:30 +0000 Subject: [PATCH] Fix broken links in doc build. Move some xsl:param's into individual library's Jamfiles. Refs #7899. [SVN r83050] --- doc/Jamfile.v2 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index f0d1056..5c470ce 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -48,8 +48,8 @@ boostbook standalone : container : - boost.root=../../../.. - boost.libraries=../../../../libs/libraries.htm + html:boost.root=../../../.. + html:boost.libraries=../../../../libs/libraries.htm generate.section.toc.level=3 chunk.first.sections=1 pdf:img.src.path=$(images_location)/ @@ -71,6 +71,7 @@ boostbook standalone # Choose indexing method for html: html:on + docbook:on # Set the name of the script file to use (index.idx is popular): $(here)/index.idx @@ -89,3 +90,5 @@ boostbook standalone install pdfinstall : standalone/pdf : PDF . container.pdf ; explicit pdfinstall ; + +