diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 6a5b7012..13ac5162 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -9,7 +9,9 @@ using quickbook ; path-constant images_location : ../ ; path-constant admonishment_location : ../../../../doc/src/images ; -xml unordered : unordered.qbk ; +xml unordered : unordered.qbk : + generate.consistent.ids=1 ; + boostbook standalone : unordered : chunk.first.sections=1 chunk.section.depth=2 @@ -21,6 +23,8 @@ boostbook standalone : unordered : boost.compact.function=0 boost.compact.enum=0 + generate.consistent.ids=1 + # HTML Options: html:boost.root=../../../..