$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r51322 - trunk/doc/test
From: daniel_james_at_[hidden]
Date: 2009-02-18 16:23:59
Author: danieljames
Date: 2009-02-18 16:23:59 EST (Wed, 18 Feb 2009)
New Revision: 51322
URL: http://svn.boost.org/trac/boost/changeset/51322
Log:
Correct boost.url.prefix for htmlhelp and add a link to test it.
Text files modified: 
   trunk/doc/test/Jamfile.v2 |     2 +-                                      
   trunk/doc/test/test.qbk   |     4 ++++                                    
   2 files changed, 5 insertions(+), 1 deletions(-)
Modified: trunk/doc/test/Jamfile.v2
==============================================================================
--- trunk/doc/test/Jamfile.v2	(original)
+++ trunk/doc/test/Jamfile.v2	2009-02-18 16:23:59 EST (Wed, 18 Feb 2009)
@@ -198,7 +198,7 @@
         # HTML Help Options:
         #======================================================================
         #<format>htmlhelp:<xsl:param>img.src.path=../html
-        <format>htmlhelp:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/pdf/htmlhelp
+        <format>htmlhelp:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/test/html
         <format>htmlhelp:<xsl:param>htmlhelp.chm=test.chm
     ;
 
Modified: trunk/doc/test/test.qbk
==============================================================================
--- trunk/doc/test/test.qbk	(original)
+++ trunk/doc/test/test.qbk	2009-02-18 16:23:59 EST (Wed, 18 Feb 2009)
@@ -384,6 +384,10 @@
 This is [@boost:/libs/regex/index.html a link to another library's documentation (Boost.Regex)], using the boost:/ protocol,
 it should be rewritten to point to the website when building a PDF.
 
+This is [@../weighted_tail_quantile.hpp a relative link to a header file within the test source],
+it should be rewritten to point to the website when building a PDF.
+Although it might be on the website yet.
+
 [endsect]
 
 [section Footnotes]