yatex

changeset 537:565dcd09259d dev

Now "sync" target syncs all related repositories.
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 31 May 2018 09:32:06 +0900
parents 88878af9203d
children bc204cd804c7
files makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/makefile	Thu May 31 09:31:29 2018 +0900
     1.2 +++ b/makefile	Thu May 31 09:32:06 2018 +0900
     1.3 @@ -234,6 +234,7 @@
     1.4  
     1.5  RSYNCDIR	= ${HOME}/http/yatex/rsync/yatex
     1.6  sync:	
     1.7 +	-hg push
     1.8 +	-hg push git
     1.9  	-hg push cvs
    1.10  	(cd ${RSYNCDIR} && cvs ci -m '')
    1.11 -	-hg push git