$Progeny$

Debian Packages You Need to Use the Progeny Documentation Tools
---------------------------------------------------------------

Debian's XML tools are under heavy development, so it's
generally a good idea to be running Debian unstable on your
workstation if you're going to be producing XML-based
documentation for the company.

$ apt-get install docbook-xml \
                  ldp-docbook-xsl \
                  docbook-to-man \
                  xsltproc \
                  jadetex \
                  jade \
                  passivetex \
                  docbook \
                  docbook-dsssl \
                  opensp \
                  links \
                  transfig \
                  psutils \
                  dvi2ps \
                  enscript

If you're running Debian Sarge, you also need the following
package:

$ apt-get install libxml2-utils

Files in the doctools Module
----------------------------

docbook.ced needs to be removed, but not until all documents have been
changed to use one of docbook-{article,book}.ced.

docbook.mk
    Include (GNU-style) this GNU makefile fragment in your GNUmakefile
    to build the documentation.  If your project also has a portable
    Makefile, it's probably best to include that in your GNUmakefile.

ldp.dsl
progeny-fo.xsl
progeny.dsl
    John, what are these?

man-wrapper.sh
    Ignore this file; it is used by docbook.mk for generating man pages.

progeny.ent
    This file contains common entities used in Progeny documents.

vim:set ai et:
