mirror of
https://github.com/boostorg/lambda.git
synced 2026-01-26 06:32:23 +00:00
Mostly to use the images and css files under doc/src instead of doc/html, usually be deleting the settings in order to use the defaults. Also add 'boost.root' to some builds in order to fix links which rely on it. [SVN r63146]
13 lines
275 B
Plaintext
13 lines
275 B
Plaintext
project boost/doc ;
|
|
import boostbook : boostbook ;
|
|
|
|
# Are these really the correct images??
|
|
path-constant images : ../../spirit/phoenix/doc/html ;
|
|
|
|
boostbook lambda-doc : lambda.xml
|
|
:
|
|
<xsl:param>boost.root=../../../..
|
|
<format>pdf:<xsl:param>img.src.path=$(images)/
|
|
;
|
|
|