summaryrefslogtreecommitdiff
path: root/libs/lambda/doc/Jamfile.v2
blob: 1723bb732f661dec8752a6055b1eb7223692fa83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)/
;