added option -t for rsync, (this has little effect as a cvs checkout usually spoils...
authorfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 22 Oct 2004 11:26:17 +0000 (11:26 +0000)
committerfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 22 Oct 2004 11:26:17 +0000 (11:26 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3550 4a8a32a2-be11-0410-ad9d-d568d2c75423

doc/Makefile

index 904e62c8dbe7a4c1d34ccb9943269c5b2aa82370..7652f01cdaa68fdacbc8daff3b127cb40fb026c2 100644 (file)
@@ -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/