Hi to all,

  I would like add Interprocess and Intrusive documentation to the 
Boostbook group so that the documentation is automatically built. I've 
guessed that I should change boost/doc/Jamfile.v2 and 
boost/doc/boost.xml files.

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. If I'm right, should 
I make the changes myself or should I send the changes to someone?

Thanks,

Ion

-------------------------------------------------------------------------
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