From 8647ccca80e1547952e121cc0ddf38fd974df814 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 6 Jun 2015 19:08:59 +0300 Subject: [PATCH] Do not generate documentation manifest files. --- doc/Jamfile.v2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index c481aa6..d2347df 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -27,6 +27,8 @@ boostbook standalone_bind toc.max.depth=2 # How far down we go with TOC's generate.section.toc.level=0 + + generate.manifest=0 ; xml mem_fn_ : mem_fn.qbk ; @@ -47,4 +49,6 @@ boostbook standalone_mem_fn toc.max.depth=2 # How far down we go with TOC's generate.section.toc.level=0 + + generate.manifest=0 ;