summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-25 17:21:41 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-25 17:22:47 +0100
commit6f9bf13b7dbaf3d7fd0b8344254e5984e252db03 (patch)
tree41ac9e86a4f1c5fc2faa3771471b3996d1bf1059 /Makefile.am
parent7bd3f01ad8be5823d536b0945ded595436db5286 (diff)
downloadtelepathy-glib-6f9bf13b7dbaf3d7fd0b8344254e5984e252db03.tar.gz
Fix maintainer-upload-release for out-of-tree builds
The docs are always in the srcdir, because gtk-doc. Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
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 6237ff2db..d536cb5b5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,7 +35,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 docs/reference/html/ \
+ rsync -rvzPp --chmod=Dg+s,ug+rwX,o=rX $(srcdir)/docs/reference/html/ \
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:]" _)