summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-01-13 19:37:50 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2009-01-13 19:38:33 +0000
commit9079316a201a28eb1ac7e477a18696456e4f82e2 (patch)
treeb6469cf34957219fd1ff686f15b01ee021fc3351 /Makefile.am
parent7abfb21e22cf0ef93c0465aa4e0dc206954083ee (diff)
downloadtelepathy-glib-9079316a201a28eb1ac7e477a18696456e4f82e2.tar.gz
Don't preserve timestamps when uploading docs.
This fails if you're not Simon, since he owns the relevant directories.
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 052c402ce..6fa876caa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@ check-local::
maintainer-upload-release: _maintainer-upload-release-local
_maintainer-upload-release-local: _maintainer-upload-release-check
- rsync -rtvzPp --chmod=Dg+s,ug+rwX,o=rX docs/reference/html/ \
+ rsync -rvzPp --chmod=Dg+s,ug+rwX,o=rX 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:]" _)