[Telepathy-commits] [telepathy-glib/master] Makefile.am: add upload-branch-docs target

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Oct 22 02:39:21 PDT 2008


---
 Makefile.am |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 352bafc..a86c664 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,5 +19,12 @@ _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/
 
+BRANCH = misc
+UPLOAD_BRANCH_TO = people.freedesktop.org:public_html/telepathy-glib
+
+upload-branch-docs: all
+	rsync -rtzvPp --chmod=a+rX docs/reference/html/ \
+		$(UPLOAD_BRANCH_TO)-$(BRANCH)/
+
 include tools/lcov.am
 include tools/telepathy.am
-- 
1.5.6.5




More information about the Telepathy-commits mailing list