summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-11-23 23:06:40 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-11-23 23:06:40 +0000
commitd4b53bd7f1c3e4ba4e64112e2d6afbaacccac7ce (patch)
tree8e398ac7b63ba45cdb415889d01d48d0eaf7a681 /Makefile.am
parente3e191cdb83bce235fbcf10d7ee6ab879fa83734 (diff)
downloadtelepathy-glib-d4b53bd7f1c3e4ba4e64112e2d6afbaacccac7ce.tar.gz
Makefile: fix out-of-tree maintainer-upload-release
Historically, gtk-doc cleverly put the docs into the srcdir, not the builddir. This is fixed these days, so we need to update this rule accordingly.
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 06cac1ff6..a7d4454de 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 $(srcdir)/docs/reference/html/ \
+ rsync -rvzPp --chmod=Dg+s,ug+rwX,o=rX $(builddir)/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:]" _)