summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-09-19 12:07:10 -0700
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-09-19 12:10:47 -0700
commitd4fb7328110ad71584cd1d3bec44539ced04ba7b (patch)
treec489e0b57f28651fa0543db8f4f4ff8119667fe6 /Makefile.am
parent0b7e2ffa3cdcb3471b93a2176711c559c1801125 (diff)
downloadtelepathy-glib-d4fb7328110ad71584cd1d3bec44539ced04ba7b.tar.gz
Add a maintainer-upload-release target
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b231896b8..9feebc760 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,6 +22,12 @@ dist-hook:
git log > ${distdir}/ChangeLog; \
fi
-maintainer-upload-docs:
+if OFFICIAL_RELEASE
+maintainer-upload-release:
+ test -f telepathy-glib-@VERSION@.tar.gz
+ test -f telepathy-glib-@VERSION@.tar.gz.asc
+ gpg --verify telepathy-glib-@VERSION@.tar.gz.asc
rsync -rtvzPp --chmod=Dg+s,ug+rwX,o=rX docs/reference/html/ \
telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/doc/telepathy-glib
+ rsync -vzP telepathy-glib-@VERSION@.tar.gz telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/releases/telepathy-glib/
+endif