diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-04-12 13:27:04 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-04-12 13:28:25 +0100 |
commit | 3302343b9dbe8246e1fda0d75db2145d8a9520bd (patch) | |
tree | 1bf1fae6b516d5d48f368e20d312044d87a5f386 /Makefile.am | |
parent | e0329bd9ccc05b095c38fde993289db4912c09d5 (diff) |
Upload documentation to the 0.18.x location
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1948f352a..30bfbb129 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,7 @@ check-valgrind: maintainer-upload-release: _maintainer-upload-release-local _maintainer-upload-release-local: _maintainer-upload-release-check rsync -rvzPp --chmod=Dg+s,ug+rwX,o=rX $(builddir)/docs/reference/html/ \ - telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/doc/telepathy-glib/ + telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/doc/telepathy-glib-0.18.x/ 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 |