## Doc config file for MAIN-minexpert2-user-manual.xml

## The following settings are only applied when building from this DC file.
## To customize DAPS's global configuration, use the configuration file
## ~/.config/daps/dapsrc (you may have to create that file initially).
## For documentation of the settings below, see /etc/daps/config .

## MAIN file of the document, mandatory
## The MAIN file is the central DocBook XML file of your document that
## references all other DocBook XML files that may be part of your document.
## By convention, its name starts with "MAIN.".
MAIN="MAIN-minexpert2-user-manual.xml"

##--------------------
## Root ID, optional
## If MAIN contains a set with several books and/or articles of which you only
## want to build specific ones only, use a separate DC file for each book/
## article and set ROOTID to the id/xml:id of the respective <book>/<article>
## element of the document.
## For more information about sets, see
## https://tdg.docbook.org/tdg/5.1/set (for DocBook 5.1).
ROOTID=""

##-------------------
## Custom stylesheets, optional
## (if not defined, the DocBook stylesheets will be used)
STYLEROOT="xslt"
#FALLBACK_STYLEROOT=""
#HTML_CSS=""
#EPUB_CSS=""

##---------------------
## Profiling parameters, optional
## For elements with arch="...", condition="...", os="..." and vendor="..."
## For information about profiling, see
## http://www.sagehill.net/docbookxsl/Profiling.html .
#PROFARCH=""
#PROFCONDITION=""
#PROFOS=""
#PROFVENDOR=""

FOP_CMD_OPTIONS="-c /home/rusconi/devel/minexpert2/development/doc/user-manual/fop.xconf"

