summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-26 17:02:13 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-26 17:27:22 +0100
commitc7d292c87b26e5ec9cbf0f9559049ec2ebc75876 (patch)
tree69b98cab68d392dd2971d29b7f437daeb4622a71 /Makefile.am
parentcf57e89de87b1e8fcc14671a5d191c7a51d2d8e0 (diff)
Makefile.am: when doing `make maintainer-upload-release`, upload MCP docs
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 25f17064..80dbd709 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,5 +25,10 @@ DISTCHECK_CONFIGURE_FLAGS = \
--disable-gnome-keyring \
--disable-mcd-plugins
+maintainer-upload-release: _maintainer-upload-release-local
+_maintainer-upload-release-local: _maintainer-upload-release-check
+ rsync -rvzPp --chmod=Dg+s,ug+rwX,o=rX doc/reference/mission-control-plugins/html/ \
+ telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/doc/mission-control-plugins/
+
include tools/lcov.am
include tools/telepathy.am