$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: fmhess_at_[hidden]
Date: 2007-06-12 16:28:43
Author: fmhess
Date: 2007-06-12 16:28:43 EDT (Tue, 12 Jun 2007)
New Revision: 7014
URL: http://svn.boost.org/trac/boost/changeset/7014
Log:
Fix subdirectory where html docs will be found.
Text files modified: 
   sandbox/thread_safe_signals/README |     5 +++--                                   
   1 files changed, 3 insertions(+), 2 deletions(-)
Modified: sandbox/thread_safe_signals/README
==============================================================================
--- sandbox/thread_safe_signals/README	(original)
+++ sandbox/thread_safe_signals/README	2007-06-12 16:28:43 EDT (Tue, 12 Jun 2007)
@@ -1,7 +1,7 @@
 This is an implementation of Boost.signals which is intended to be
 thread-safe.  There have been some changes to the API to support
-thread-safety.  See the html documentation in the doc/html subdirectory
-for more information.
+thread-safety.  See the html documentation in the 
+libs/thread_safe_signals/doc/html subdirectory for more information.
 
 This implementation is header-only.  It should be useable by simply adding
 this directory to your include path when compiling.  Be sure to place
@@ -24,3 +24,4 @@
 
 2007-06-12
 Frank Mori Hess <fmhess_at_[hidden]>
+