[yelp-xsl] xslt/common/domains: Fix rule to generate pot file



commit 71594c5fc9c83273ceb7633108ce6789f257e8be
Author: Shaun McCance <shaunm gnome org>
Date:   Fri Nov 2 16:42:48 2012 -0400

    xslt/common/domains: Fix rule to generate pot file

 xslt/common/domains/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xslt/common/domains/Makefile.am b/xslt/common/domains/Makefile.am
index 73ba9d5..29ab9b8 100644
--- a/xslt/common/domains/Makefile.am
+++ b/xslt/common/domains/Makefile.am
@@ -1,7 +1,7 @@
 ALL_LINGUAS = @ALL_LINGUAS@
 
 $(srcdir)/yelp-xsl.pot: yelp-xsl.xml.in
-	itstool -o "$@" yelp-xsl.xml.in
+	itstool -o "$@" "$^"
 
 all: $(srcdir)/yelp-xsl.pot
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]