From f3d01c47bbd006f2d7258cbf21c79ee62d308ada Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Wed, 13 Aug 2014 18:26:08 +0100 Subject: [PATCH] Update Jamfile.v2 There can be only one project named boost/doc - and we already have that under doc/ This fixes the PDF doc build. --- doc/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 1aee1e7..a0f5e0d 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -3,7 +3,7 @@ # 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 function/doc ; import boostbook : boostbook ; boostbook function-doc