<chapter id="styles">
    <title>Maintain the JBoss DocBook system</title>
    <para> The structure of the <literal>docbook-support</literal> module is
        illustrated in <xref linkend="docbook.fig"/>. The contents are as follows. </para>
    <figure id="docbook.fig">
        <title>The docbook-support module </title>
        <mediaobject>
            <imageobject>
                <imagedata align="center" fileref="images/docbook.png"/>
            </imageobject>
        </mediaobject>
    </figure>
    <itemizedlist>
        <listitem> The <literal>support</literal> directory contains Java
            libraries and executables for XML processors. It also contains
            standard DocBook XSL stylesheets. This is the place for "system" software.</listitem>
        <listitem> The <literal>styles</literal> directory contains DocBook
            styles we developed in-house for JBoss. Each language would have a
            separate set of styles.</listitem>
        <listitem> The <literal>docs</literal> directory contains this guide to
            serve as a template for other projects. </listitem>
        <listitem> The <literal>support.xml</literal> file contains all the
            necessary ANT tasks to build DocBooks. It is referenced from the
            <literal>build.xml</literal> file for each individual DocBook
            project. </listitem>
    </itemizedlist>
</chapter>
