summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-12-03 13:01:57 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-12-03 13:01:57 +0000
commit1cef8b61eee436cb9a21736b4df2a6ec869cbf19 (patch)
treed03f6aa415b307b1f9d11e93425dafa19bea52f8 /Makefile.am
parentb1fa39f2c83b24aa172d8c3d9039d18ebc0173e3 (diff)
downloadtelepathy-glib-1cef8b61eee436cb9a21736b4df2a6ec869cbf19.tar.gz
`make upload-branch-docs`: automatically work out the name of the branch
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a86c664c2..052c402ce 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,7 @@ _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
+BRANCH = $(shell sh tools/git-which-branch.sh misc | tr -d '\n' | tr -C "[:alnum:]" _)
UPLOAD_BRANCH_TO = people.freedesktop.org:public_html/telepathy-glib
upload-branch-docs: all