diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-02-22 16:53:33 +0000 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-04-21 14:48:18 +0100 |
commit | 03e8dea50c77083934aa4c5da7503af3a301ca15 (patch) | |
tree | 5a9c464dd66310b91333b127a2e0d5dd75ba09bd /docs | |
parent | c872b2b5430682c8c0a2782af6fa6a7f7b5e64e5 (diff) |
Converted gabble to use shave and make make output legible.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 93477999..b97f1841 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,3 +1,5 @@ +QUIET_GEN = $(Q:@=@echo ' GEN '$@;) + tools_dir = $(top_srcdir)/tools # htmldir is not defined by autoconf < 2.59c @@ -19,10 +21,10 @@ CLEANFILES = \ $(html_DATA) %.8: %.8.in Makefile - sed -e 's,[@]libexecdir[@],@libexecdir@,' < $< > $@ + $(QUIET_GEN)sed -e 's,[@]libexecdir[@],@libexecdir@,' < $< > $@ $(html_DATA): %.html: %.xml $(tools_dir)/xep.xsl - $(XSLTPROC) $(tools_dir)/xep.xsl $< > $@ + $(QUIET_GEN)$(XSLTPROC) $(tools_dir)/xep.xsl $< > $@ proto-xep-upload: $(html_DATA) rsync -P $(html_DATA) people.collabora.co.uk:public_html/ |