Add signals2 to the PDF docs built.

[SVN r55702]
This commit is contained in:
John Maddock 2009-08-21 18:48:50 +00:00
parent 8801cd37a3
commit ed3bd0a5df

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
@ -104,3 +109,17 @@ 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
;