mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
14 lines
337 B
Plaintext
14 lines
337 B
Plaintext
|
|
project tools/build/v2/doc
|
|
;
|
|
|
|
boostbook userman : src/userman.xml
|
|
: <xsl:param>toc.section.depth=1
|
|
<xsl:param>doc.standalone=true
|
|
;
|
|
|
|
# Copy stylesheet and images from 'official' docs location
|
|
stage html : ../../../../doc/html/boostbook.css ;
|
|
stage html/images
|
|
: [ path.glob ../../../../doc/html/images : *.png ] ;
|