mirror of
https://github.com/boostorg/lambda.git
synced 2026-02-01 20:42:17 +00:00
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]
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)/
|
|
;
|
|
|