Browse Source

Add signals2 to the PDF docs built.

[SVN r55702]
John Maddock 16 years ago
parent
commit
ed3bd0a5df
1 changed files with 19 additions and 0 deletions
  1. 19 0
      doc/pdf/Jamfile.v2

+ 19 - 0
doc/pdf/Jamfile.v2

@@ -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
+  ;
+
+
+
+

粤ICP备19079148号