diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-09-20 19:24:11 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-09-20 19:24:11 +0100 |
commit | 115e37d745b2cae4be508f05592075fc2073bb2b (patch) | |
tree | f0c854cf70ce6103c9383c7c508ec9a828831a8b /Makefile.am | |
parent | fa36f2ec703fd7cd456f90a80b573641c68a265c (diff) |
Revert "Upload documentation to the 0.12.x location"
This reverts commit c2f554003f6fa2f510666aeda7422d1a536e1053.
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 040b6e054..ab23ce650 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,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 $(srcdir)/docs/reference/html/ \ - telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/doc/telepathy-glib-0.12.x/ + telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/doc/telepathy-glib/ 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 |