From 7f84719539c6e35ce6cdf0e8b89e16ce9e854b26 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Fri, 11 May 2012 11:37:08 +0100 Subject: [PATCH] Makefile: Change rsync options to use checksums. Local timestamps are probably newer than the web-site's timestamps even when the content is unchanged. Try and preserve timestamps of unchanged files on the web-site. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0c1a713..c9a2103 100755 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ all: $(htmlfiles) xsltproc --xinclude $< -o $@ push: - rsync -a --files-from=files . \ + rsync -rcuv --files-from=files . \ www.comedi.org:/srv/comedi.org/www hardware.html: devices.xml