diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index bf68f7cd5b..add1340e2c 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -1,11 +1,11 @@ project boost/doc ; import boostbook : boostbook ; -# The below allows Boost.Build to see Doxygen -# main target, which is necessary to correctly build -# documentation boostbook doc : src/boost.xml : + + ## Build the various generated docs (Doxygen and QuickBook)... + ../libs/program_options/doc//autodoc.xml ../libs/algorithm/string/doc//autodoc.xml ../libs/logic/doc//reference.xml @@ -18,6 +18,10 @@ boostbook doc : src/boost.xml ../libs/xpressive/doc//autodoc.xml ../libs/xpressive/doc//xpressive ../more/whos_using//using + ../tools/jam/doc//bjam + + ## Add path references to the QuickBook generated docs... + ../libs/functional/hash/doc//hash ../libs/type_traits/doc//type_traits ../libs/static_assert/doc//static_assert @@ -27,8 +31,6 @@ boostbook doc : src/boost.xml ../libs/xpressive/doc//xpressive ../more/whos_using//using ../tools/jam/doc//bjam + boost.libraries=../../libs/libraries.htm ; - - -