On Sat, Feb 11, 2006 at 10:27:26PM +0100, Nicolas François wrote:
[...]
clean:
# Updtate the POT and POs
cd <...>/po4a && po4a --no-translations --rm-backups <package>.cfg
In fact, this depends on how paths are defined in <package>.cfg.
For instance with the same hierarchy, I will write in po4a/po-debconf.cfg:
[type: pod] en/debconf-gettextize.1.pod fr:fr/debconf-gettextize.1.pod \
add_fr:po4a/add_fr/translator.fr
and define targets by:
clean:
# Updtate the POT and POs
po4a --no-translations --rm-backups po4a/<package>.cfg
build:
# Generate the translations
po4a --rm-backups po4a/<package>.cfg
Denis