From 8b917e96a7bb7317fee693611b4834c4ae553153 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 24 Feb 2013 14:46:28 +0000 Subject: [PATCH] Merge auto-index fixes. Fixes #7899. [SVN r83132] --- doc/Jamfile.v2 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index c8740aa..15c7372 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -55,8 +55,8 @@ boostbook standalone : intrusive : - 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 autodoc @@ -76,6 +76,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 @@ -93,3 +94,5 @@ boostbook standalone install pdfinstall : standalone/pdf : intrusive.pdf . PDF pdf ; explicit pdfinstall ; + +