yatex

changeset 535:5cc303fb927c dev

Target "sync" revived for CVS repo.
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 31 May 2018 09:22:46 +0900
parents d10e53367fef
children 88878af9203d
files makefile
diffstat 1 files changed, 5 insertions(+), 6 deletions(-) [+]
line diff
     1.1 --- a/makefile	Wed May 30 23:24:32 2018 +0900
     1.2 +++ b/makefile	Thu May 31 09:22:46 2018 +0900
     1.3 @@ -233,9 +233,8 @@
     1.4  
     1.5  
     1.6  RSYNCDIR	= ${HOME}/http/yatex/rsync/yatex
     1.7 -#sync:	
     1.8 -#	@-mkdir ${PACKDIR}
     1.9 -#	@tar cf - ${PACK} | (cd ${PACKDIR}; tar xf -)
    1.10 -#	syncdir -A -x CVS ${PACKDIR} ${RSYNCDIR}
    1.11 -#	(cd ${RSYNCDIR}; cvs ci -m '')
    1.12 -#	rm -rf ${PACKDIR} 
    1.13 +sync:	
    1.14 +	hg archive ${PACKDIR}
    1.15 +	syncdir -A -x CVS ${PACKDIR} ${RSYNCDIR}
    1.16 +	(cd ${RSYNCDIR} && cvs ci -m '')
    1.17 +	rm -rf ${PACKDIR}