fa438396c4
git-svn-id: http://emdebian.org/svn/current@6660 563faec7-e20c-0410-992a-a66f704d0ccd
38 lines
1.3 KiB
Text
38 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="po4a.config"
|
|
# PODIR po directory for manpages/docs
|
|
PODIR="po"
|
|
# POTFILE path
|
|
POTFILE="po/emdebian-rootfs.pot"
|
|
# base directory for generated files, e.g. doc
|
|
BASEDIR="doc"
|
|
# The scripts with translated output
|
|
SCRIPTS="em_multistrap"
|
|
# The language to declare for the SCRIPTS (xgettext)
|
|
SCRIPTS_LANG="perl"
|
|
# 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 (TODO: let this take paths)
|
|
PODFILE="em_multistrap"
|
|
# the binary packages using POD
|
|
PODPACKAGES="multistrap"
|
|
# html output (subdirectory of BASEDIR)
|
|
HTMLDIR="html"
|
|
# html DocBook file
|
|
HTMLFILE="emdebian-rootfs.1.xml"
|
|
# the XSL file to use for Docbook XSL
|
|
HTMLXSL="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"
|