mirror of
https://github.com/boostorg/beast.git
synced 2025-08-03 23:04:35 +02:00
fix release build of docs:
requires https://github.com/boostorg/build/pull/522
This commit is contained in:
committed by
Vinnie Falco
parent
af8e4278ba
commit
7912e2bef2
@@ -1,3 +1,10 @@
|
|||||||
|
Version 282:
|
||||||
|
|
||||||
|
* Use superproject docca
|
||||||
|
* Fix release build of docs
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Version 281:
|
Version 281:
|
||||||
|
|
||||||
* Travis builds docs
|
* Travis builds docs
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user