diff --git a/doc/xml/Jamfile.v2 b/doc/xml/Jamfile.v2 index ea7be9d..e52e5e9 100644 --- a/doc/xml/Jamfile.v2 +++ b/doc/xml/Jamfile.v2 @@ -3,14 +3,17 @@ # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) -project boost/doc ; +project multi_array/doc ; import boostbook : boostbook ; +path-constant here : . ; + boostbook multi_array-doc : bbref.xml : boost.root=../../../../.. pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html + pdf:img.src.path=$(here)/../ ;