$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r66964 - sandbox/variadic_macro_data/libs/variadic_macro_data/doc
From: eldiener_at_[hidden]
Date: 2010-12-01 23:57:01
Author: eldiener
Date: 2010-12-01 23:56:59 EST (Wed, 01 Dec 2010)
New Revision: 66964
URL: http://svn.boost.org/trac/boost/changeset/66964
Log:
Added readme.txt file and updated other txt files.
Added:
   sandbox/variadic_macro_data/libs/variadic_macro_data/doc/readme.txt   (contents, props changed)
Text files modified: 
   sandbox/variadic_macro_data/libs/variadic_macro_data/doc/history.txt |     7 +++++++                                 
   sandbox/variadic_macro_data/libs/variadic_macro_data/doc/version.txt |     2 +-                                      
   2 files changed, 8 insertions(+), 1 deletions(-)
Modified: sandbox/variadic_macro_data/libs/variadic_macro_data/doc/history.txt
==============================================================================
--- sandbox/variadic_macro_data/libs/variadic_macro_data/doc/history.txt	(original)
+++ sandbox/variadic_macro_data/libs/variadic_macro_data/doc/history.txt	2010-12-01 23:56:59 EST (Wed, 01 Dec 2010)
@@ -1,3 +1,10 @@
+Version 1.2
+
+1) Added a readme.txt file.
+2) Updated all jamfiles so that the library 
+   may be tested and docs generated from 
+   its own local directory.
+
 Version 1.1
 
 1) Added better documentation for using 
Added: sandbox/variadic_macro_data/libs/variadic_macro_data/doc/readme.txt
==============================================================================
--- (empty file)
+++ sandbox/variadic_macro_data/libs/variadic_macro_data/doc/readme.txt	2010-12-01 23:56:59 EST (Wed, 01 Dec 2010)
@@ -0,0 +1,33 @@
+You can use the jamfile in the doc directory to 
+regenerate the documentation for this library.
+
+You can use the jamfile in the test directory to 
+run the tests for this library.
+
+You can execute these jamfiles while keeping this  
+library in its own separate directory from a 
+Boost distribution by:
+
+1) Having a valid boost-build.jam in a directory 
+   somewhere above the separate directory. This 
+   is always the case if you have checked out 
+   this library from the sandbox into a local 
+   directory beneath the main sandbox directory 
+   and have checked out the files from the          
+   top-level sandbox directory.
+
+       or
+
+   Setting the BOOST_BUILD_PATH environment 
+   variable to point to a Boost build directory.
+
+2) Using the --boost=/path/to/boost/installation 
+   bjam command-line parameter to point to a 
+   Boost installation.
+
+If you move this library under a Boost installation 
+you need only execute 'bjam' in the jamfile directories 
+to regenerate the docs or run the test.
+
+For the version of this library, see version.txt.
+For the history of this library, see history.txt.
Modified: sandbox/variadic_macro_data/libs/variadic_macro_data/doc/version.txt
==============================================================================
--- sandbox/variadic_macro_data/libs/variadic_macro_data/doc/version.txt	(original)
+++ sandbox/variadic_macro_data/libs/variadic_macro_data/doc/version.txt	2010-12-01 23:56:59 EST (Wed, 01 Dec 2010)
@@ -1 +1 @@
-Version 1.1
\ No newline at end of file
+Version 1.2
\ No newline at end of file