chiark / gitweb /
build-sys: tell rsync no to tranfer times and permissions
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 3 May 2013 03:54:00 +0000 (23:54 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 3 May 2013 03:54:00 +0000 (23:54 -0400)
commit202288be83b56a724c316ce0ad2fcb41bd63f0eb
tree8e65e76974cd8933587c75f4bd12cbaee74e2005
parent7d617113eeafa5d7f7cc2994a81ec6b2a54481b3
build-sys: tell rsync no to tranfer times and permissions

When rsyncing to fd.o, rsync would fail on symlinks in man/.
We don't care about the times too much anyway. rsync will
set times to "now", which is fine, since modification times
don't matter much outside of each uploader's machine anyway.

The point is to complete all steps of the transfer, so Python
documentation is properly updated.
Makefile.am