summaryrefslogtreecommitdiff
path: root/xml2po
diff options
context:
space:
mode:
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