7df04c7d8c
git-svn-id: http://emdebian.org/svn/current@7110 563faec7-e20c-0410-992a-a66f704d0ccd
40 lines
1.3 KiB
Text
40 lines
1.3 KiB
Text
# 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/multistrap.pot"
|
|
# base directory for generated files, e.g. doc
|
|
BASEDIR="doc"
|
|
# the binary packages that will contain generated manpages
|
|
BINARIES="multistrap"
|
|
# the Docbook XML manpages for Section 3.
|
|
XMLMAN3=""
|
|
# the binary packages using DocBook XML & xsltproc
|
|
XMLPACKAGES=""
|
|
# the DocBook XML files for Section 1.
|
|
XMLMAN1=""
|
|
# the pattern to find the XML files
|
|
XMLDIR=""
|
|
# 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="pod/multistrap device-table.pl"
|
|
# 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=50
|
|
# the XSL file to use for Docbook XSL
|
|
HTMLXSL="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"
|