Matias Capeletto wrote:
> On 6/12/07, Ion Gaztañaga <[EMAIL PROTECTED]> wrote:
>> More concisely, is enough to add to boost.xml
>>
>>         <xi:include href="interprocess_xml.xml"/>
>>         <xi:include href="intrusive_xml.xml"/>
>>
>> and add this to the jamfile
>>
>>       <dependency>../libs/interprocess/doc//interprocess_doxygen.xml
>>       <dependency>../libs/interprocess/doc//interprocess_xml
>>       <dependency>../libs/intrusive/doc//intrusive_doxygen.xml
>>       <dependency>../libs/intrusive/doc//intrusive_xml
>>
>> ?
>> My next question is if I should add the <implicit-dependency> option
>> (documentation is based on Quickbook but I don't know why I need this
>> option) or it's enough with the previous additions.
> 
> I think that it is needed. Can someone jump in and teach us about this?

Here's the mail where Vladimir Prus told me how to do this:

http://article.gmane.org/gmane.comp.lib.boost.build/8227

The <dependency> tells Boost Build that it needs to build the 
documentation first, the <implicit-dependency> is needed to tell Boost 
Build to add the generated documentation to the include path.

Daniel


-------------------------------------------------------------------------
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-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to