dbassembly Usage¶
NAME¶
dbassembly-Managing DocBook assemblies.
SYNOPSIS¶
dbassembly -h | --help
dbassembly --version
dbassembly [-v]... [options] [--] <assembly>
DESCRIPTION¶
DocBook assemblies are XML files based on the DocBook 5.1 schema.
Topics are independant units of documentation. They are collected, grouped and organized together to form an output deliverable. In order to make such documentation, the structure is definied in the assembly file.
Each assembly file contains the <assembly>
root element, the
different topics as modules, and the structure where the topics are
organized.
The script dbassembly collects all the modules, applies any rules to it, and creates a flat output file, called the realized document. This document can be feed into the DocBook stylesheets to create an output deliverable.
EXAMPLE¶
TBD
FILES¶
TBD
SEE ALSO¶
- https://github.com/tomschr/dbassembly Project homepage
- http://docbook.org/tdg51/en/html/ch06.html Describes DocBook assemblies, introduced in version 5.1
- http://docbook.org/tdg51/en/html/assembly.html
Reference of
assembly
element
AUTHOR¶
Thomas Schraitle <toms@suse.de>