fix release build of docs:

requires https://github.com/boostorg/build/pull/522
This commit is contained in:
Richard Hodges
2019-12-27 19:19:20 +01:00
committed by Vinnie Falco
parent af8e4278ba
commit 7912e2bef2
2 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
Version 282:
* Use superproject docca
* Fix release build of docs
--------------------------------------------------------------------------------
Version 281: Version 281:
* Travis builds docs * Travis builds docs

View File

@@ -15,6 +15,7 @@ import xsltproc ;
import doxygen ; import doxygen ;
import modules ; import modules ;
import saxonhe ; import saxonhe ;
import common ;
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# #
@@ -176,15 +177,18 @@ make stage1/results
config.xsl config.xsl
common.xsl common.xsl
: :
saxonhe.saxonhe saxonhe.saxonhe_dir
; ;
make stage2/results make stage2/results
: :
stage1/results stage1/results
stage2.xsl stage2.xsl
# additional dependencies
emphasized-types.xsl
: :
saxonhe.saxonhe saxonhe.saxonhe_dir
; ;
make reference.qbk make reference.qbk