[yelp-xsl] domains: Fix previous commit



commit e0558580c7a9bbf21f9115331ee8ec8474e259cd
Author: Colin Walters <walters verbum org>
Date:   Mon Aug 6 15:40:59 2012 -0400

    domains: Fix previous commit

 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 a707364..92268b6 100644
--- a/xslt/common/domains/Makefile.am
+++ b/xslt/common/domains/Makefile.am
@@ -9,7 +9,7 @@ yelp-xsl.xml: yelp-xsl.xml.in
 	$(AM_V_GEN) ( \
 	if [ ! -d .yelp-xsl ]; then mkdir .yelp-xsl; fi; \
 	echo '<files>' > ".yelp-xsl.files"; \
-	echo '<source href="' $(srcdir)/yelp-xsl.xml.in '"/>' >> ".yelp-xsl.files"; \
+	echo '<source href="'"$(srcdir)/yelp-xsl.xml.in"'"/>' >> ".yelp-xsl.files"; \
 	for lang in $(ALL_LINGUAS); do \
 	  msgfmt -o ".yelp-xsl/$$lang.mo" "$(top_srcdir)/po/$$lang.po" || exit 1; \
 	  itstool -o ".yelp-xsl/$$lang.xml" -m ".yelp-xsl/$$lang.mo" $(srcdir)/yelp-xsl.xml.in || exit 1; \



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