From afb272298a398e9aafb5e68f12fbd03e61d3263f Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 3 Mar 2016 10:23:22 -0600 Subject: [PATCH] Fix XSL boost root path. When the Predef local docs are generated for release links, images, css looks missing because the boost.root doesn't go far enough up the hierarchy. --- doc/build.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.jam b/doc/build.jam index 79fe6ba..52f1336 100644 --- a/doc/build.jam +++ b/doc/build.jam @@ -48,7 +48,7 @@ boostbook standalone : predef : - boost.root=../../.. + boost.root=../../../.. #generate.section.toc.level=3 chunk.section.depth=2 chunk.first.sections=1