(sorry the empty mail) On 6/12/07, Ion Gaztañaga <[EMAIL PROTECTED]> wrote: > Hi to all,
Hi! > 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. I changed that two files and it works. > 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? > If I'm right, should > I make the changes myself or should I send the changes to someone? I have modified it myself for bimap. I think we are allowed to touch this files. Best regards Matias ------------------------------------------------------------------------- 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
