mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Update various libraries' documentation build.
Mostly to use the images and css files under doc/src instead of doc/html, usually be deleting the settings in order to use the defaults. Also add 'boost.root' to some builds in order to fix links which rely on it. [SVN r63146]
This commit is contained in:
parent
ef13ddd9dd
commit
ceb02ea345
@ -8,9 +8,6 @@ project boost/doc ;
|
|||||||
import boostbook : boostbook ;
|
import boostbook : boostbook ;
|
||||||
|
|
||||||
boostbook boostbook : boostbook.xml :
|
boostbook boostbook : boostbook.xml :
|
||||||
<xsl:param>html.stylesheet=../../../../doc/html/boostbook.css
|
|
||||||
<xsl:param>boost.root=../../../..
|
<xsl:param>boost.root=../../../..
|
||||||
<xsl:param>boost.libraries=../../../../libs/libraries.htm
|
|
||||||
<xsl:param>navig.graphics=1
|
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -8,9 +8,6 @@ project boost/test ;
|
|||||||
import boostbook : boostbook ;
|
import boostbook : boostbook ;
|
||||||
|
|
||||||
boostbook alt : alt.xml :
|
boostbook alt : alt.xml :
|
||||||
<xsl:param>html.stylesheet=../../../../doc/html/boostbook.css
|
|
||||||
<xsl:param>boost.root=../../../..
|
<xsl:param>boost.root=../../../..
|
||||||
<xsl:param>boost.libraries=../../../../libs/libraries.htm
|
|
||||||
<xsl:param>navig.graphics=1
|
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -16,9 +16,6 @@ boostbook standalone
|
|||||||
:
|
:
|
||||||
example.xml
|
example.xml
|
||||||
:
|
:
|
||||||
<xsl:param>boost.root=../../../../..
|
<xsl:param>boost.root=../../../../..
|
||||||
<xsl:param>boost.libraries=../../../../../libs/libraries.htm
|
|
||||||
<xsl:param>html.stylesheet=../../../../../doc/html/boostbook.css
|
|
||||||
|
|
||||||
<dependency>autodoc
|
<dependency>autodoc
|
||||||
;
|
;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user