summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index ea5aba69..f5608c38 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,5 +1,3 @@
-include $(top_srcdir)/tools/shave.mk
-
tools_dir = $(top_srcdir)/tools
man_MANS = telepathy-salut.8
@@ -14,10 +12,10 @@ CLEANFILES = \
$(html_DATA)
%.8: %.8.in Makefile
- $(QUIET_GEN)sed -e 's,[@]libexecdir[@],@libexecdir@,' < $< > $@
+ sed -e 's,[@]libexecdir[@],@libexecdir@,' < $< > $@
$(html_DATA): %.html: %.xml $(tools_dir)/xep.xsl
- $(QUIET_GEN)$(XSLTPROC) $(tools_dir)/xep.xsl $< > $@
+ $(XSLTPROC) $(tools_dir)/xep.xsl $< > $@
proto-xep-upload: $(html_DATA)
rsync -P $(html_DATA) people.collabora.co.uk:public_html/