summaryrefslogtreecommitdiff
path: root/xslt
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 /xslt
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 'xslt')
-rw-r--r--xslt/gettext/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/xslt/gettext/Makefile.am b/xslt/gettext/Makefile.am
index be7e5ab..d241805 100644
--- a/xslt/gettext/Makefile.am
+++ b/xslt/gettext/Makefile.am
@@ -2,8 +2,8 @@
# in the tarball, which causes docs to be rebuilt, which causes translated
# docs to be rebuilt, which requires xml2po, which breaks --disable-build-utils
l10n.xml: l10n.xml.in $(wildcard $(top_srcdir)/po/*.po)
- LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
- xmllint --noout $@ || (mv $@ $@.broken && false)
+ $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
+ $(AM_V_at)xmllint --noout $@ || (mv $@ $@.broken && false)
xsldir=$(datadir)/xml/gnome/xslt/gettext