From 7912e2bef22cd7a108811c2f288981379eabbfee Mon Sep 17 00:00:00 2001 From: Richard Hodges Date: Fri, 27 Dec 2019 19:19:20 +0100 Subject: [PATCH] fix release build of docs: requires https://github.com/boostorg/build/pull/522 --- CHANGELOG.md | 7 +++++++ doc/Jamfile | 8 ++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65475e33..7c621099 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +Version 282: + +* Use superproject docca +* Fix release build of docs + +-------------------------------------------------------------------------------- + Version 281: * Travis builds docs diff --git a/doc/Jamfile b/doc/Jamfile index 854a69cc..7855ac49 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -15,6 +15,7 @@ import xsltproc ; import doxygen ; import modules ; import saxonhe ; +import common ; #------------------------------------------------------------------------------- # @@ -176,15 +177,18 @@ make stage1/results config.xsl common.xsl : - saxonhe.saxonhe + saxonhe.saxonhe_dir ; make stage2/results : stage1/results stage2.xsl + + # additional dependencies + emphasized-types.xsl : - saxonhe.saxonhe + saxonhe.saxonhe_dir ; make reference.qbk