Add fusion and signals2.

[SVN r55758]
This commit is contained in:
John Maddock 2009-08-24 10:31:45 +00:00
parent 7ba44d2287
commit ce475efdef

View file

@ -5,6 +5,11 @@
# http://www.boost.org/LICENSE_1_0.txt)
import boostbook ;
import os ;
import common ;
import doxygen ;
import quickbook ;
boostbook array_docs
: ../../libs/array/doc/array.xml
@ -35,6 +40,7 @@ install pdf-install
../../libs/foreach/doc//standalone
../../libs/function/doc//function-doc
../../libs/functional/hash/doc//standalone
../../libs/fusion/doc//quickbook
../../libs/interprocess/doc//standalone
../../libs/intrusive/doc//standalone
../../libs/iterator/doc//standalone
@ -104,3 +110,19 @@ install boost-build-install
<name>boost_build.pdf
;
install signals2-install
:
../../libs/signals2/doc//standalone
:
<location>.
<install-type>PDF
<format>pdf
<name>signals2.pdf
<dependency>../../libs/signals2/doc//hello_world_def_code_snippet.xml
;