From: frief Date: Fri, 22 Oct 2004 11:26:17 +0000 (+0000) Subject: added option -t for rsync, (this has little effect as a cvs checkout usually spoils... X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=2ac101b5b206c658100d117aa7ac0fdb2f3c4104;p=fw%2Fsdcc added option -t for rsync, (this has little effect as a cvs checkout usually spoils this anyway) git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3550 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/doc/Makefile b/doc/Makefile index 904e62c8..7652f01c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -84,14 +84,14 @@ $(CDB).html/index.html: $(CDB).tex archive: all rm -rf sdcc-doc sdcc-doc.tar.bz2 mkdir sdcc-doc - rsync -rC avr z80 *.pdf *.txt sdcc-doc + rsync -rCt avr z80 *.pdf *.txt sdcc-doc for doc in $(MANUAL) $(TSS) $(CDB); do \ - rsync -R $$doc.html/*.html $$doc.html/*.png $$doc.html/*.css sdcc-doc/; \ + rsync -Rt $$doc.html/*.html $$doc.html/*.png $$doc.html/*.css sdcc-doc/; \ done mkdir sdcc-doc/as - rsync -rC ../as/doc/* sdcc-doc/as/ + rsync -rCt ../as/doc/* sdcc-doc/as/ mkdir sdcc-doc/ucsim cd ../sim/ucsim/doc; rsync *.html *.jpg *.gif *.fig ../../../doc/sdcc-doc/ucsim/