2
0
mirror of https://github.com/boostorg/lambda.git synced 2026-02-01 20:42:17 +00:00
Files
lambda/doc/Jamfile.v2
John Maddock 0faeb3f19e Add Jamfile to build PDF versions of all the docs.
Tweaked some existing Jamfiles so that PDF build finds all the necessary image files etc.
Tweaked fo.xsl to provide more options by default, and improve formatting.

[SVN r51104]
2009-02-08 16:59:14 +00:00

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)/
;