supports them internally.
(all-local): Depend on man.stamp.
(clean-local): Remove the man.stamp file.
+2007-04-11 Guillem Jover <guillem@debian.org>
+
+ * Makefile.am (man.stamp): Use a stamp file for now until po4a
+ supports them internally.
+ (all-local): Depend on man.stamp.
+ (clean-local): Remove the man.stamp file.
+
2007-03-26 Martin Weis <Martin.Weis.newsadress@gmx.de>
* po/de.po: Fix typo ('Pakete' -> 'Dateien').
## Process this file with automake to produce Makefile.in
-all-local:
+all-local: man.stamp
+
+# FIXME: Use a stamp file until po4a supports them internally.
+man.stamp:
po4a --no-backups --variable srcdir=$(srcdir) \
$(srcdir)/po/po4a.cfg
+ touch $@
clean-local:
po4a --rm-backups --rm-translations --variable srcdir=$(srcdir) \
$(srcdir)/po/po4a.cfg
+ rm -f man.stamp
# Extract the list of languages from the po4a config file.
LINGUAS = $(shell sed -ne 's/^.*\[po4a_langs\] \(.*\)$$/\1/p' $(srcdir)/po/po4a.cfg)