summaryrefslogtreecommitdiff
path: root/xml2po
diff options
context:
space:
mode:
authorLoïc Minier <lminier@svn.gnome.org>2007-03-16 11:04:26 +0000
committerLoic Minier <lminier@src.gnome.org>2007-03-16 11:04:26 +0000
commiteb79cd00187a1001e0a1eb2ca40c686773fad7c8 (patch)
treecba2c716a340e4d56289addba41bd92f19f4958f /xml2po
parent1b38bb5f78c2496cb194305912ef75fdeb4e56c1 (diff)
downloadgnome-doc-utils-eb79cd00187a1001e0a1eb2ca40c686773fad7c8.tar.gz
Display xsltproc invocation, honor its exit status, and pull the source
2007-03-16 Loïc Minier <lminier@svn.gnome.org> * Makefile.am: Display xsltproc invocation, honor its exit status, and pull the source from srcdir; this might expose some bugs; bug #169324. svn path=/trunk/; revision=903
Diffstat (limited to 'xml2po')
-rw-r--r--xml2po/ChangeLog6
-rw-r--r--xml2po/Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/xml2po/ChangeLog b/xml2po/ChangeLog
index 5d7337b..c809fa6 100644
--- a/xml2po/ChangeLog
+++ b/xml2po/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-16 Loïc Minier <lminier@svn.gnome.org>
+
+ * Makefile.am:
+ Display xsltproc invocation, honor its exit status, and pull the
+ source from srcdir; this might expose some bugs; bug #169324.
+
2007-03-02 Danilo Šegan <danilo@gnome.org>
* Fix #413602: Use mfile variable name instead of file, thus
diff --git a/xml2po/Makefile.am b/xml2po/Makefile.am
index bb64556..2c9ceb4 100644
--- a/xml2po/Makefile.am
+++ b/xml2po/Makefile.am
@@ -21,7 +21,7 @@ $(srcdir)/README: README.in
sed -e "s/\@VERSION\@/@VERSION@/g" < README.in > README
xml2po.1: xml2po.1.xml
- -@(xsltproc --nonet xml2po.1.xml)
+ xsltproc --nonet $(srcdir)/xml2po.1.xml
publish: dist
scp @PACKAGE@-@VERSION@.tar.gz danilo@kvota.net:/home/danilo/kvota.net/hacks/xml2po