2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00
Files
build/v2/doc/Jamfile.v2
Vladimir Prus 8f92dac4b1 Some doc/rolling changes.
[SVN r24698]
2004-08-24 07:37:28 +00:00

19 lines
433 B
Plaintext

project tools/build/v2/doc
;
boostbook userman : src/userman.xml
: <xsl:param>toc.section.depth=1
<xsl:param>doc.standalone=true
;
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 ] ;