forked from boostorg/unordered
Don't copy images for the standalone hash and unordered documentation, was only
really required before the libraries were integrated into boost. [SVN r51263]
This commit is contained in:
@ -8,11 +8,11 @@ path-constant admonishment_location : ../../../../doc/src/images ;
|
|||||||
|
|
||||||
xml unordered : unordered.qbk ;
|
xml unordered : unordered.qbk ;
|
||||||
boostbook standalone : unordered :
|
boostbook standalone : unordered :
|
||||||
<format>html:<xsl:param>admon.graphics.path=images/
|
<xsl:param>html.stylesheet=../../../../doc/html/boostbook.css
|
||||||
<xsl:param>navig.graphics.path=images/
|
|
||||||
<xsl:param>html.stylesheet=boostbook.css
|
|
||||||
<xsl:param>boost.root=../../../..
|
<xsl:param>boost.root=../../../..
|
||||||
<xsl:param>boost.libraries=../../../libraries.htm
|
<xsl:param>boost.libraries=../../../libraries.htm
|
||||||
|
<xsl:param>navig.graphics=1
|
||||||
|
|
||||||
<xsl:param>chunk.first.sections=1
|
<xsl:param>chunk.first.sections=1
|
||||||
<xsl:param>chunk.section.depth=2
|
<xsl:param>chunk.section.depth=2
|
||||||
<xsl:param>generate.section.toc.level=2
|
<xsl:param>generate.section.toc.level=2
|
||||||
@ -23,9 +23,6 @@ boostbook standalone : unordered :
|
|||||||
<xsl:param>boost.compact.function=0
|
<xsl:param>boost.compact.function=0
|
||||||
<xsl:param>boost.compact.enum=0
|
<xsl:param>boost.compact.enum=0
|
||||||
|
|
||||||
<dependency>css
|
|
||||||
<dependency>images
|
|
||||||
|
|
||||||
# PDF Options:
|
# PDF Options:
|
||||||
# TOC Generation: this is needed for FOP-0.9 and later:
|
# TOC Generation: this is needed for FOP-0.9 and later:
|
||||||
<xsl:param>fop1.extensions=0
|
<xsl:param>fop1.extensions=0
|
||||||
@ -52,10 +49,3 @@ boostbook standalone : unordered :
|
|||||||
#<format>pdf:<xsl:param>admon.graphics.path=$(admonishment_location)
|
#<format>pdf:<xsl:param>admon.graphics.path=$(admonishment_location)
|
||||||
<format>pdf:<xsl:param>draft.mode="no"
|
<format>pdf:<xsl:param>draft.mode="no"
|
||||||
;
|
;
|
||||||
|
|
||||||
install css : [ glob $(BOOST_ROOT)/doc/src/*.css ]
|
|
||||||
: <location>html ;
|
|
||||||
install images : [ glob $(BOOST_ROOT)/doc/src/images/*.png ]
|
|
||||||
: <location>html/images ;
|
|
||||||
explicit css ;
|
|
||||||
explicit images ;
|
|
||||||
|
Reference in New Issue
Block a user