mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 22:39:25 +00:00
Add signals2 to the PDF docs built.
[SVN r55702]
This commit is contained in:
parent
8801cd37a3
commit
ed3bd0a5df
1 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
;
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue