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.
This commit is contained in:
Ian Abbott 2012-05-11 11:37:08 +01:00
parent 2074c2bdb0
commit 7f84719539

View file

@ -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