2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00
Files
build/doc/Jamfile.v2
Vladimir Prus f8dafa7ac0 Fix dependency
[SVN r33630]
2006-04-10 10:46:40 +00:00

24 lines
581 B
Plaintext

project tools/build/v2/doc
;
boostbook userman : src/userman.xml
: <xsl:param>toc.section.depth=1
<xsl:param>doc.standalone=true
<xsl:param>nav.layout=none
<implicit-dependency>jam_docs
<dependency>jam_docs
;
xml jam_docs : ../../../jam/doc/bjam.qbk ;
if ! $(BOOST_ROOT)
{
BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;
}
# Copy stylesheet and images from 'official' docs location
stage html : $(BOOST_ROOT)/doc/html/boostbook.css ;
stage html/images
: [ path.glob $(BOOST_ROOT)/doc/html/images : *.png ] ;