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 ;