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 wrap: on
line diff
--- a/makefile	Thu May 31 09:31:29 2018 +0900
+++ b/makefile	Thu May 31 09:32:06 2018 +0900
@@ -234,6 +234,7 @@
 
 RSYNCDIR	= ${HOME}/http/yatex/rsync/yatex
 sync:	
+	-hg push
+	-hg push git
 	-hg push cvs
 	(cd ${RSYNCDIR} && cvs ci -m '')
-	-hg push git

yatex.org