mirror of
https://github.com/boostorg/functional.git
synced 2025-08-02 14:04:27 +02:00
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:
@@ -5,24 +5,14 @@
|
|||||||
|
|
||||||
xml hash : hash.qbk ;
|
xml hash : hash.qbk ;
|
||||||
boostbook standalone : hash :
|
boostbook standalone : hash :
|
||||||
<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
|
||||||
<xsl:param>toc.section.depth=1
|
<xsl:param>toc.section.depth=1
|
||||||
<xsl:param>toc.max.depth=1
|
<xsl:param>toc.max.depth=1
|
||||||
|
|
||||||
<dependency>css
|
|
||||||
<dependency>images
|
|
||||||
;
|
;
|
||||||
|
|
||||||
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