summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-01 10:10:26 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-01 10:10:26 +0000
commit8e4836c318eb64ef720b497bebc247ac6a468b4b (patch)
treee20265b09771a2336aa4f557d66cba2f6879d5c8
parentde81bf8dd5d70f4184412a5c7c2aacd82348d7ea (diff)
downloaddbus-python-8e4836c318eb64ef720b497bebc247ac6a468b4b.tar.gz
Fix _maintainer-update-htmldocs for out-of-tree builds
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2f8fbe4..f3a57de 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -90,7 +90,7 @@ maintainer-update-website: _maintainer-update-apidocs \
if ENABLE_DOCS
_maintainer-update-htmldocs: $(HTML_TXT_RSTDOCS) $(HTML_RSTDOCS)
rsync -rtvzPp --chmod=Dg+s,ug+rwX,o=rX doc \
- $(RSTDOCS) $(HTML_RSTDOCS) \
+ $(patsubst %,$(srcdir)/%,$(RSTDOCS)) $(HTML_RSTDOCS) \
dbus.freedesktop.org:/srv/dbus.freedesktop.org/www/doc/dbus-python/
HTML_TXT_RSTDOCS = $(patsubst %.txt,%.html,$(TXT_RSTDOCS))