summaryrefslogtreecommitdiff
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
commit2d8b2c171c8677c4034f5765b2f80c6a294605a9 (patch)
tree4c8db8c09993785148b45d64ee07a02cb5211199
parentba15e54bfdf1bbeb7481a003c623469799738d79 (diff)
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.
-rw-r--r--glib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/Makefile.am b/glib/Makefile.am
index 06cac1ff6..a7d4454de 100644
--- a/glib/Makefile.am
+++ b/glib/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:]" _)