forked from boostorg/conversion
Attempt to fix the docs build and redirects
This commit is contained in:
@ -9,10 +9,10 @@ project doc/conversion ;
|
|||||||
using quickbook ;
|
using quickbook ;
|
||||||
import boostbook ;
|
import boostbook ;
|
||||||
|
|
||||||
xml conversion_lib : conversion.qbk ;
|
xml conversion : conversion.qbk ;
|
||||||
boostbook standalone
|
boostbook standalone
|
||||||
:
|
:
|
||||||
conversion_lib
|
conversion
|
||||||
:
|
:
|
||||||
<xsl:param>boost.root=../../../..
|
<xsl:param>boost.root=../../../..
|
||||||
# File name of HTML output:
|
# File name of HTML output:
|
||||||
@ -32,7 +32,7 @@ boostbook standalone
|
|||||||
;
|
;
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
alias boostdoc : conversion_lib ;
|
alias boostdoc : conversion ;
|
||||||
explicit boostdoc ;
|
explicit boostdoc ;
|
||||||
alias boostrelease ;
|
alias boostrelease ;
|
||||||
explicit boostrelease ;
|
explicit boostrelease ;
|
||||||
|
Reference in New Issue
Block a user