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:
parent
2074c2bdb0
commit
7f84719539
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue