From ba180333de60c86574d2e6835b10eabe04dedac0 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 28 Jul 2024 16:38:50 -0500 Subject: [PATCH] Adjust doc build to avoid boost-root references. --- doc/Jamfile.v2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 7b2503c..6f0ab18 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -18,7 +18,7 @@ boostbook standalone # Index generation: # Path for links to Boost: boost.root=../../../.. - + # Some general style settings: table.footnote.number.format=1 footnote.number.format=1 @@ -36,7 +36,7 @@ boostbook standalone toc.max.depth=4 # How far down we go with TOC's generate.section.toc.level=10 - + # PDF Options: # TOC Generation: this is needed for FOP-0.9 and later: fop1.extensions=0 @@ -62,7 +62,7 @@ boostbook standalone pdf:off html:on $(here)/index.idx - $(here)/../../.. + $(here)/../include on ;