summaryrefslogtreecommitdiff
path: root/xml2po
diff options
context:
space:
mode:
authorHib Eris <hib@hiberis.nl>2011-12-25 16:08:48 +0100
committerShaun McCance <shaunm@gnome.org>2012-02-20 11:28:57 -0500
commit0a01dbb1627355fcd1c7d05fa6ba133b1ec655d3 (patch)
treee7d0c49fc31a26f54acb56e0d85dceaa96ff1e42 /xml2po
parente8674ad6eb475523ea54af13baaf6b0d625ab4c3 (diff)
downloadgnome-doc-utils-0a01dbb1627355fcd1c7d05fa6ba133b1ec655d3.tar.gz
Use silent-rules for building gnome-doc-utils
https://bugzilla.gnome.org/show_bug.cgi?id=589278
Diffstat (limited to 'xml2po')
-rw-r--r--xml2po/Makefile.am2
-rw-r--r--xml2po/xml2po/Makefile.am4
2 files changed, 3 insertions, 3 deletions
diff --git a/xml2po/Makefile.am b/xml2po/Makefile.am
index 4aff003..e90022e 100644
--- a/xml2po/Makefile.am
+++ b/xml2po/Makefile.am
@@ -13,7 +13,7 @@ $(srcdir)/README: README.in
sed -e "s/\@VERSION\@/@VERSION@/g" < README.in > README
xml2po.1: xml2po.1.xml
- xsltproc --nonet $(srcdir)/xml2po.1.xml
+ $(AM_V_GEN)xsltproc --nonet $(srcdir)/xml2po.1.xml
publish: dist
scp @PACKAGE@-@VERSION@.tar.gz danilo@kvota.net:/home/danilo/kvota.net/hacks/xml2po
diff --git a/xml2po/xml2po/Makefile.am b/xml2po/xml2po/Makefile.am
index cc5469b..c4809bd 100644
--- a/xml2po/xml2po/Makefile.am
+++ b/xml2po/xml2po/Makefile.am
@@ -6,10 +6,10 @@ nodist_bin_SCRIPTS = xml2po
CLEANFILES = xml2po
xml2po: xml2po.py.in
- sed -e "s/^VERSION =.*/VERSION = \"@VERSION@\"/" \
+ $(AM_V_GEN)sed -e "s/^VERSION =.*/VERSION = \"@VERSION@\"/" \
-e "s+^#!.*python.*+#!$(PYTHON)+" \
< $(srcdir)/xml2po.py.in > xml2po
- chmod +x xml2po
+ $(AM_V_at)chmod +x xml2po
xml2po_PYTHON = \
__init__.py