From: Guillem Jover Date: Wed, 8 Feb 2006 04:23:25 +0000 (+0000) Subject: Use $@ instead of % in the rule's command of po4a.mk as the later is not X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e94917425cf773ba42cc5e69a39c96c9e91d8a11;p=dpkg Use $@ instead of % in the rule's command of po4a.mk as the later is not replaced there. This fixes a FTBFS. --- diff --git a/ChangeLog b/ChangeLog index 86a72af2..71864c59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-08 Guillem Jover + + * man/po4a.mk (%): Replace % with $@ as the former is not substituted + in the rule's command. + 2006-02-08 Guillem Jover * debian/contrl (Build-Depends): Depend on version >= 1.28-4 of diff --git a/man/po4a.mk b/man/po4a.mk index 0f861532..c536dbb3 100644 --- a/man/po4a.mk +++ b/man/po4a.mk @@ -99,7 +99,7 @@ dist-hook: updatepo # 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/%