summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2006-02-08 04:23:25 +0000
committerGuillem Jover <guillem@debian.org>2006-02-08 04:23:25 +0000
commite94917425cf773ba42cc5e69a39c96c9e91d8a11 (patch)
tree5f646c573a5e90117c662c5db3b10b8a562af630 /man
parent55a257af3c95fbfa188a7b8b8344151bacccb713 (diff)
downloaddpkg-e94917425cf773ba42cc5e69a39c96c9e91d8a11.tar.gz
Use $@ instead of % in the rule's command of po4a.mk as the later is not
replaced there. This fixes a FTBFS.
Diffstat (limited to 'man')
-rw-r--r--man/po4a.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/po4a.mk b/man/po4a.mk
index 0f8615323..c536dbb3e 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/%