<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Starting with the next daily build, it is possible to have
      documentation for the tools and commands in the bundle
      automatically integrated into the User's Manual index.  In the
      bundle_info.xml file, add the documentation to the DataFiles
      section, e.g.:</p>
    <blockquote>
      <p>  <DataFiles><br>
           
        <DataFile>docs/user/commands/tutorial.html</DataFile><br>
           
        <DataFile>docs/user/tools/Tutorial_GUI.html</DataFile><br>
          </DataFiles><br>
      </p>
    </blockquote>
    <p>As you can see above, the documentation is in a directory
      hierarchy that matches the hierarchy of the builtin
      documentation.  The file name for the tool should be the tool's
      name with underscore's replacing any spaces followed by .html. 
      The file name for commands should be the the first word in the
      command name followed by .html.  If help is asked for a
      subcommand, then a named reference is made to the subcommand,
      i.e., <i>command</i>.html#<i>subcommand</i>.</p>
    <p>    -- Greg<br>
    </p>
  </body>
</html>