]> err.no Git - dpkg/commitdiff
Use $@ instead of % in the rule's command of po4a.mk as the later is not
authorGuillem Jover <guillem@debian.org>
Wed, 8 Feb 2006 04:23:25 +0000 (04:23 +0000)
committerGuillem Jover <guillem@debian.org>
Wed, 8 Feb 2006 04:23:25 +0000 (04:23 +0000)
replaced there. This fixes a FTBFS.

ChangeLog
man/po4a.mk

index 86a72af288123dc013669af2156276ea80217ac6..71864c597de59986e84159695089ee387623fa9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 0f861532375e4aa95109d85e0705229b280ec429..c536dbb3eb50640cd5bdf2c93e595b81a7f1391f 100644 (file)
@@ -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/%