New target to easily update the .pot and .po files. Uses po4a --force.
+2007-10-12 Frank Lichtenheld <djpig@debian.org>
+
+ * Makefile.am (update-po): New target to easily
+ update the .pot and .po files. Uses po4a --force.
+
2007-10-11 Helge Kreutzmann <debian@helgefjell.de>
* po/de.po: Updated to 1279t0f64u.
$(srcdir)/po/po4a.cfg
rm -f man.stamp
+update-po:
+ cd $(srcdir)/po && \
+ po4a --no-backups --force --variable srcdir=../../man \
+ ./po4a.cfg
+
# Extract the list of languages from the po4a config file.
LINGUAS = $(shell sed -ne 's/^.*\[po4a_langs\] \(.*\)$$/\1/p' $(srcdir)/po/po4a.cfg)
po/po4a.cfg \
po/dpkg-man.pot
+.PHONY: update-po