From e94917425cf773ba42cc5e69a39c96c9e91d8a11 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 8 Feb 2006 04:23:25 +0000 Subject: [PATCH] Use $@ instead of % in the rule's command of po4a.mk as the later is not replaced there. This fixes a FTBFS. --- ChangeLog | 5 +++++ man/po4a.mk | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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/% -- 2.39.5