yatex

changeset 536:88878af9203d dev

Modify "sync" target to use hg instead of rsync.
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 31 May 2018 09:31:29 +0900
parents 5cc303fb927c
children 565dcd09259d
files makefile
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/makefile	Thu May 31 09:22:46 2018 +0900
     1.2 +++ b/makefile	Thu May 31 09:31:29 2018 +0900
     1.3 @@ -234,7 +234,6 @@
     1.4  
     1.5  RSYNCDIR	= ${HOME}/http/yatex/rsync/yatex
     1.6  sync:	
     1.7 -	hg archive ${PACKDIR}
     1.8 -	syncdir -A -x CVS ${PACKDIR} ${RSYNCDIR}
     1.9 +	-hg push cvs
    1.10  	(cd ${RSYNCDIR} && cvs ci -m '')
    1.11 -	rm -rf ${PACKDIR}
    1.12 +	-hg push git