# name and location of the config file # relative to the top level source directory of the translations # i.e. the directory containing ./po/ CONFIG="doc/po4a.config" # PODIR po directory for manpages/docs PODIR="doc/po" # POTFILE path POTFILE="doc/po/emdebian-rootfs.pot" # base directory for generated files, e.g. doc BASEDIR="doc" # the binary packages that will contain generated manpages BINARIES="emdebian-rootfs multistrap" # the binary packages with manpages in Section 3. HASMAN3="emdebian-rootfs" # the binary packages using DocBook XML & xsltproc XMLPACKAGES="emdebian-rootfs" # the DocBook XML files (TODO: let this take paths) XMLFILE="emdebian-rootfs.1.xml" # the pattern to find the XML files XMLDIR="doc/xml/" # the pattern to find the .docbook files DOCBOOKDIR="" # the XSL file to use for Docbook XSL XSLFILE="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" # the POD files for man1 PODFILE="em_multistrap" # the POD files for man3/ - module names regenerated from the path. PODMODULES="" # POD files for section 7 POD7FILES="" # the binary packages using POD PODPACKAGES="multistrap" # html output (subdirectory of BASEDIR) HTMLDIR="" # html DocBook file HTMLFILE="" # Minimal threshold for translation percentage to keep KEEP= # the XSL file to use for Docbook XSL HTMLXSL="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"