summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHib Eris <hib@hiberis.nl>2012-02-14 14:54:39 +0100
committerShaun McCance <shaunm@gnome.org>2012-03-02 14:31:02 -0500
commit1dd077947b0ef603aebc408ec96c5cf1473df9ab (patch)
tree0f3336f052134d7256decdc4019d01969ff4980f
parentc1b5fd61799807dd033cef8f78f019bce9b77b59 (diff)
downloadgnome-doc-utils-1dd077947b0ef603aebc408ec96c5cf1473df9ab.tar.gz
Create xml2po/README in builddir, not in srcdir
Fixes bug #670450.
-rw-r--r--xml2po/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/xml2po/Makefile.am b/xml2po/Makefile.am
index e90022e..1b6f7e9 100644
--- a/xml2po/Makefile.am
+++ b/xml2po/Makefile.am
@@ -9,8 +9,8 @@ if ENABLE_DOCUMENTATION
man_MANS += xml2po.1
endif
-$(srcdir)/README: README.in
- sed -e "s/\@VERSION\@/@VERSION@/g" < README.in > README
+README: README.in
+ $(AM_V_GEN)sed -e "s/\@VERSION\@/@VERSION@/g" $^ > $@
xml2po.1: xml2po.1.xml
$(AM_V_GEN)xsltproc --nonet $(srcdir)/xml2po.1.xml