[Telepathy-commits] [telepathy-glib/master] Add a maintainer-upload-release target
Simon McVittie
simon.mcvittie at collabora.co.uk
Fri Sep 19 12:07:10 PDT 2008
---
Makefile.am | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index b231896..9feebc7 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- at VERSION@.tar.gz
+ test -f telepathy-glib- at VERSION@.tar.gz.asc
+ gpg --verify telepathy-glib- at 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- at VERSION@.tar.gz telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/releases/telepathy-glib/
+endif
--
1.5.6.5
More information about the Telepathy-commits
mailing list