Boost logo

Boost-Commit :

From: ghost_at_[hidden]
Date: 2007-10-19 03:00:04


Author: vladimir_prus
Date: 2007-10-19 03:00:03 EDT (Fri, 19 Oct 2007)
New Revision: 40174
URL: http://svn.boost.org/trac/boost/changeset/40174

Log:
Add indexterms for glob-tree and install-source-root.
Text files modified:
   trunk/tools/build/v2/doc/src/reference.xml | 3 ++-
   trunk/tools/build/v2/doc/src/tasks.xml | 8 ++++++--
   2 files changed, 8 insertions(+), 3 deletions(-)

Modified: trunk/tools/build/v2/doc/src/reference.xml
==============================================================================
--- trunk/tools/build/v2/doc/src/reference.xml (original)
+++ trunk/tools/build/v2/doc/src/reference.xml 2007-10-19 03:00:03 EDT (Fri, 19 Oct 2007)
@@ -316,7 +316,8 @@
         </para></listitem>
       </varlistentry>
 
- <varlistentry>
+ <varlistentry id="bbv2.reference.glob-tree">
+ <indexterm><primary>glob-tree</primary></indexterm>
         <term><literal>glob-tree</literal></term>
         
         <listitem><para>The <code>glob-tree</code> is similar to the

Modified: trunk/tools/build/v2/doc/src/tasks.xml
==============================================================================
--- trunk/tools/build/v2/doc/src/tasks.xml (original)
+++ trunk/tools/build/v2/doc/src/tasks.xml 2007-10-19 03:00:03 EDT (Fri, 19 Oct 2007)
@@ -18,8 +18,7 @@
   <section id="bbv2.tasks.programs">
     <title>Programs</title>
 
- <indexterm><primary>Builtin
- rules</primary><secondary>exe</secondary></indexterm>
+ <indexterm><primary>exe</primary></indexterm>
       <para>Programs are created using the <code>exe</code> rule, which
         follows the <link linkend="bbv2.main-target-rule-syntax">common
           syntax</link>. For example:
@@ -302,6 +301,7 @@
 
       <bridgehead>Preserving Directory Hierarchy</bridgehead>
 
+ <indexterm><primary>install-source-root</primary></indexterm>
       <para>By default, the <code>install</code> rules will stip paths from
       it's sources. So, if sources include <filename>a/b/c.hpp</filename>,
       the <filename>a/b</filename> part will be ignored. To make the
@@ -319,6 +319,10 @@
 
       the a file named <filename>/tmp/b/c.h</filename> will be created.
       </para>
+
+ <para>The <link linkend="bbv2.reference.glob-tree">glob-tree</link> rule
+ can be used to find all files below a given directory, making
+ it easy to install entire directory tree.</para>
             
       <bridgehead>Installing into Several Directories</bridgehead>
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk