mirror of
https://github.com/boostorg/lambda.git
synced 2026-01-22 05:12:51 +00:00
* Use `doc/src/*.css` instead of `doc/html/*.css`. * Remove wiki and people directories. * Some documentation fixes. * Left out `minimal.css` changes and boostbook changes because of clashes. [SVN r63347]
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)/
|
|
;
|
|
|