Quoting Cromwell Enage <[EMAIL PROTECTED]>: > 1. Is there a way I can tell BJam not to [re]build > intermediary files in the bin.v2 directory in order to > generate BoostBook documentation, or does BJam > actually need those intermediary files instead of some > requisite shared/static libraries that I can specify > via a using declaration? IME, the first time I invoke
in your user-config.jam, you can put the repertory of quickbook. something like using quickboock: "rep/of/quickbook"; see the doc on the installation page. Myself, I didn't need to do this and it don't recreate the intermediate file each time... (I am using M$ compiler) > > 2. BJam doesn't generate BoostBook HTML files if the > directories in which they would be located don't yet > exist (e.g. BOOST_ROOT/doc/html/typeof). Is this a > bug or a feature? > It seems you need a patched version of xsltproc, see the boostbook documentation ont the top of the installation page. the standard version can't create the repertories !!! Someone should really put more weight on this in the doc !!! !!! and correct the quickboock installation page which don't mention this !!! -- Cédric ------------------------------------------------------------------------- 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
