From 484645ee98861146815eec24b54c873147f5ed0f Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Thu, 14 Aug 2014 17:57:55 +0100 Subject: [PATCH] Update Jamfile.v2 Fix image location for PDF doc build. --- doc/xml/Jamfile.v2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)/../ ;