From a37267f1810cc03eaa84441b4056e7989f7cb929 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 17 Feb 2009 10:05:58 +0000 Subject: [PATCH] Add PDF generation options to fix external links to point to the web site. Added a few more Boostbook based libs that were missed first time around. Fixed PDF naming issues. [SVN r51284] --- doc/Jamfile.v2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 7b00065..f69d0b5 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -1,4 +1,7 @@ project boost/concepts ; import boostbook : boostbook ; -boostbook concepts : reference/concepts.xml ; +boostbook concepts : reference/concepts.xml + : + pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html + ;