summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-10-15 09:32:07 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-10-15 09:32:07 +0100
commita760c3800fbb1f6f897986bc76a6033122fb958e (patch)
tree6114ee29c38e2438dd4f345f5abbb316617b70eb /Makefile.am
parent4bc035115ef09262184a925842fc9b2a568cd48b (diff)
downloadtelepathy-glib-a760c3800fbb1f6f897986bc76a6033122fb958e.tar.gz
maintainer-upload-release: as well as doing what telepathy.am does, upload the 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 40be4de59..352bafca8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,5 +14,10 @@ check-local::
egrep -A 5 '[F]IXME|[T]ODO|[X]XX' $(srcdir)/telepathy-glib/*.[ch] \
> FIXME.out || true
+maintainer-upload-release: _maintainer-upload-release-local
+_maintainer-upload-release-local: _maintainer-upload-release-check
+ rsync -rtvzPp --chmod=Dg+s,ug+rwX,o=rX docs/reference/html/ \
+ telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/doc/telepathy-glib/
+
include tools/lcov.am
include tools/telepathy.am