comparison makefile @ 538:bc204cd804c7 dev

Need to call hg up
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 31 May 2018 09:34:04 +0900
parents 565dcd09259d
children 7828dfd07246
comparison
equal deleted inserted replaced
537:565dcd09259d 538:bc204cd804c7
235 RSYNCDIR = ${HOME}/http/yatex/rsync/yatex 235 RSYNCDIR = ${HOME}/http/yatex/rsync/yatex
236 sync: 236 sync:
237 -hg push 237 -hg push
238 -hg push git 238 -hg push git
239 -hg push cvs 239 -hg push cvs
240 (cd ${RSYNCDIR} && cvs ci -m '') 240 (cd ${RSYNCDIR} && hg up -uv && cvs ci -m '')

yatex.org