replaced there. This fixes a FTBFS.
+2006-02-08 Guillem Jover <guillem@debian.org>
+
+ * man/po4a.mk (%): Replace % with $@ as the former is not substituted
+ in the rule's command.
+
2006-02-08 Guillem Jover <guillem@debian.org>
* debian/contrl (Build-Depends): Depend on version >= 1.28-4 of
# Build the pages with an addendum
%: $(srcdir)/%.$(lang).po $(srcdir)/../C/% $(srcdir)/%.$(lang).po.addendum
- po4a-translate -f man -m $(srcdir)/../C/$@ -p $< -l $@ -a $(srcdir)/%.$(lang).po.addendum
+ po4a-translate -f man -m $(srcdir)/../C/$@ -p $< -l $@ -a $(srcdir)/$@.$(lang).po.addendum
# Build the pages without addendum
%: $(srcdir)/%.$(lang).po $(srcdir)/../C/%