# po4a-build configuration file # Any empty values can be omitted. # # name and location of the config file CONFIG="doc/po4a.config" # PODIR po directory for manpages/docs PODIR="doc/po" # POTFILE path POTFILE="doc/po/apt-cross.pot" # base directory for generated files, e.g. doc BASEDIR="doc" # the binary packages that will contain generated manpages BINARIES="apt-cross libcache-apt-perl" # the Docbook XML manpages for Section 3. XMLMAN3="" # the binary packages using DocBook XML & xsltproc XMLPACKAGES="apt-cross" # the DocBook XML files for Section 1. XMLMAN1="apt-cross.1.xml" # the pattern to find the XML files XMLDIR="doc" # the pattern to find the .docbook files DOCBOOKDIR="" # the POD files for man1 PODFILE="update-multiarch.pl" # the POD files for man3/ - module names regenerated from the path. PODMODULES="Cache/Apt/Package.pm Cache/Apt/Lookup.pm Cache/Apt/Config.pm" # POD files for section 7 POD7FILES="" # the binary packages using POD PODPACKAGES="apt-cross libcache-apt-perl" # html output (subdirectory of BASEDIR) HTMLDIR="" # html DocBook file HTMLFILE=""