Author: guillem
Date: 2006-02-08 04:23:25 +0000 (Wed, 08 Feb 2006)
New Revision: 92

Modified:
   trunk/ChangeLog
   trunk/man/po4a.mk
Log:
Use $@ instead of % in the rule's command of po4a.mk as the later is not
replaced there. This fixes a FTBFS.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2006-02-08 04:16:41 UTC (rev 91)
+++ trunk/ChangeLog     2006-02-08 04:23:25 UTC (rev 92)
@@ -1,5 +1,10 @@
 2006-02-08  Guillem Jover  <[EMAIL PROTECTED]>
 
+       * man/po4a.mk (%): Replace % with $@ as the former is not substituted
+       in the rule's command.
+
+2006-02-08  Guillem Jover  <[EMAIL PROTECTED]>
+
        * debian/contrl (Build-Depends): Depend on version >= 1.28-4 of
        libselinux1-dev as it has pkg-config support. Remove libsepol1-dev,
        now dragged by libselinux1-dev. Add pkg-config.

Modified: trunk/man/po4a.mk
===================================================================
--- trunk/man/po4a.mk   2006-02-08 04:16:41 UTC (rev 91)
+++ trunk/man/po4a.mk   2006-02-08 04:23:25 UTC (rev 92)
@@ -99,7 +99,7 @@
 
 # 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)/[EMAIL PROTECTED](lang).po.addendum
 
 # Build the pages without addendum
 %: $(srcdir)/%.$(lang).po $(srcdir)/../C/%


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to