comparison makefile @ 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
comparison
equal deleted inserted replaced
535:5cc303fb927c 536:88878af9203d
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 archive ${PACKDIR} 237 -hg push cvs
238 syncdir -A -x CVS ${PACKDIR} ${RSYNCDIR}
239 (cd ${RSYNCDIR} && cvs ci -m '') 238 (cd ${RSYNCDIR} && cvs ci -m '')
240 rm -rf ${PACKDIR} 239 -hg push git

yatex.org