$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: ghost_at_[hidden]
Date: 2007-09-18 07:46:03
Author: vladimir_prus
Date: 2007-09-18 07:44:13 EDT (Tue, 18 Sep 2007)
New Revision: 39362
URL: http://svn.boost.org/trac/boost/changeset/39362
Log:
Expand aCC documentation
Text files modified: 
   trunk/tools/build/v2/doc/src/reference.xml |    17 +++++++++++++----                       
   1 files changed, 13 insertions(+), 4 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-09-18 07:44:13 EDT (Tue, 18 Sep 2007)
@@ -947,11 +947,20 @@
           <para>The module is initialized using the following
           syntax:</para>
           <programlisting>
-using acc ;</programlisting>
+using acc : &toolset_ops; ;</programlisting>
 
-          <para>There are no configuration options. The
-          compiler will always be invoked as <command>aCC</command> and should
-          be in <envar>PATH</envar>.</para>
+          &using_repeation;
+
+
+          <para>
+            If the command is not specified, the <command>aCC</command>
+          binary will be searched in <envar>PATH</envar>.</para>
+
+          &option_list_intro;
+          <variablelist>
+            <xi:include href="fragments.xml#xpointer(id('common_options')/*)" 
+                        parse="xml"/> 
+          </variablelist>
        
         </section>