comparison makefile @ 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
comparison
equal deleted inserted replaced
536:88878af9203d 537:565dcd09259d
232 # co ${RCSFILE} 232 # co ${RCSFILE}
233 233
234 234
235 RSYNCDIR = ${HOME}/http/yatex/rsync/yatex 235 RSYNCDIR = ${HOME}/http/yatex/rsync/yatex
236 sync: 236 sync:
237 -hg push
238 -hg push git
237 -hg push cvs 239 -hg push cvs
238 (cd ${RSYNCDIR} && cvs ci -m '') 240 (cd ${RSYNCDIR} && cvs ci -m '')
239 -hg push git

yatex.org