summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-11-18 16:42:16 +0000
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-11-18 16:45:48 +0000
commit725e7a79aa8340ddf08008c4740d66bd5867e005 (patch)
tree94cfb06a3ed101c26ff152eb8a7f53a092a76c31
parentd038c4bdc7c7b2efe28f27434f01e85aba1af544 (diff)
downloadtelepathy-farstream-0.1.tar.gz
Don't try to preserve timestelepathy-farstream-0.1
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 18cffac..5ee77f3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,14 +21,14 @@ EXTRA_DIST = \
maintainer-upload-release: _maintainer-upload-release-local
_maintainer-upload-release-local: _maintainer-upload-release-check
- rsync -rtvzPp --chmod=Dg+s,ug+rwX,o=rX doc/lib/html/ \
+ rsync -rvzPp --chmod=Dg+s,ug+rwX,o=rX doc/lib/html/ \
telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/doc/telepathy-farstream/
BRANCH = misc
UPLOAD_BRANCH_TO = people.freedesktop.org:public_html/telepathy-farstream
upload-branch-docs: all
- rsync -rtzvPp --chmod=a+rX doc/lib/html/ \
+ rsync -rzvPp --chmod=a+rX doc/lib/html/ \
$(UPLOAD_BRANCH_TO)-$(BRANCH)/
include tools/telepathy.am