Update of /cvsroot/boost/boost/libs/algorithm/string/doc
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7126/libs/algorithm/string/doc

Modified Files:
        Jamfile.v2 
Log Message:
Fix broken build of docs, it was missing a dependency to the doxygen docs.

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/algorithm/string/doc/Jamfile.v2,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Jamfile.v2  20 Mar 2006 13:08:13 -0000      1.8
+++ Jamfile.v2  17 Apr 2007 17:19:25 -0000      1.9
@@ -10,7 +10,7 @@
 import toolset ;
 toolset.using doxygen ;
 
-boostbook string_algo : string_algo.xml ;
+boostbook string_algo : string_algo.xml autodoc ;
 
 doxygen autodoc
     :   


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to