From 8220abbc6b079aeb9760b1d399ca029ea7751e95 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 20 May 2010 12:01:45 +0100 Subject: Quieten build further --- docs/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/Makefile.am b/docs/Makefile.am index f5608c38..87f549a9 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -12,10 +12,10 @@ CLEANFILES = \ $(html_DATA) %.8: %.8.in Makefile - sed -e 's,[@]libexecdir[@],@libexecdir@,' < $< > $@ + $(AM_V_GEN)sed -e 's,[@]libexecdir[@],@libexecdir@,' < $< > $@ $(html_DATA): %.html: %.xml $(tools_dir)/xep.xsl - $(XSLTPROC) $(tools_dir)/xep.xsl $< > $@ + $(AM_V_GEN)$(XSLTPROC) $(tools_dir)/xep.xsl $< > $@ proto-xep-upload: $(html_DATA) rsync -P $(html_DATA) people.collabora.co.uk:public_html/ -- cgit v1.2.1