From e8a2596637ffcacac6c0437874b3ded2c17d34db 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] --- string/doc/Jamfile.v2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/string/doc/Jamfile.v2 b/string/doc/Jamfile.v2 index ac3a43b..7bcc43e 100644 --- a/string/doc/Jamfile.v2 +++ b/string/doc/Jamfile.v2 @@ -10,7 +10,10 @@ import toolset ; toolset.using doxygen ; -boostbook string_algo : string_algo.xml autodoc ; +boostbook string_algo : string_algo.xml autodoc + : + pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html + ; doxygen autodoc :