mirror of
https://github.com/boostorg/lambda.git
synced 2026-01-25 06:12:27 +00:00
12 lines
238 B
Plaintext
12 lines
238 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
|
|
:
|
|
<format>pdf:<xsl:param>img.src.path=$(images)/
|
|
;
|
|
|