.LP
This section discusses the files important for toolbox creation, 
configuration, and integration into the khoros system.
.PP
\fBKraftsman\fP creates the necessary toolbox user interface
specification (UIS) files.
.RS 
\f(CW
{toolbox_home}/repos/cantata/subforms/{toolbox_name}.sub
.br
{toolbox_home}/repos/cantata/{toolbox_name}.form
\fP
.RE
.LP
The file {toolbox_name}.form is a copy of the cantata UIS file from
KHOROS_HOME/repos/cantata/cantata.form.  You will need to edit this file
to include a reference to any subform files that you want cantata to
use.  You will need to at least uncomment the following lines:
.RS
.nf
\f(CW
-D 1 0 16x2+35+4.2 +0+0 'YOUR TOOLBOX ROUTINES' toolbox_name
-u 1 0 16x1+25+4 'Your Toolbox Routines'
-E
\fP
.fi
.RE
to create a new menu button on the cantata master form.  The following
line also needs to be added to reference the actual subform file.
.RS
.nf
\f(CW
-k ${toolbox_home}/repos/cantata/subforms/{toolbox_name}.sub
\fP
.fi
.RE
.LP
\fBKraftsman\fP creates the necessary documentation files.  The file
.RS
\f(CW
{toolbox_home}/doc/cantata/subforms/Overview.doc
\fP
.RE
should be edited to provide on-line documentation of the subform.
The directory
.RS
\f(CW
{toolbox_home}/doc/cantata/manpages
\fP
.RE
is created for on-line help of the individual programs that you are
going to install.  The \fBkinstall\fP program will properly
install and format the man1 documents for you.
.LP
When a toolbox is being created by \fBkraftsman\fP, the following 
configuration files are created.
.RS
\f(CW
{toolbox_home}/repos/config/imake_conf/{toolbox_name}.def
.br
{toolbox_home}/repos/config/src_conf/{toolbox_name}_mf
\fP
.RE
These files are for the Imake system and the \fBkinstall\fP program.
\fBImake\fP will reference the {toolbox_name}.def file for locations of
bins, libs, etc.  The {toolbox_name}_mf gives the \fBkinstall\fP
program information about compiling and mailing.
.LP
And finally the Toolbox File itself is modified.
You should specify the location of
your own Toolbox File with the environment variable,
KHOROS_TOOLBOX.   For example,
.sp
\f(CW% setenv KHOROS_TOOLBOX $HOME/.Toolboxes\fP
.sp
Otherwise, the default Toolbox File is
\(CW$KHOROS_HOME/repos/Toolboxes\fP.
