# HG changeset patch # User yuuji@gentei.org # Date 1255616093 -32400 # Node ID e106e877e4d8c3fed91ddf52f28550e999d30f60 # Parent 4f0cb7114235c7c30409d316b96a3ad23e7982ee "make sync" was obsoleted. diff -r 4f0cb7114235 -r e106e877e4d8 makefile --- a/makefile Thu Oct 15 23:13:07 2009 +0900 +++ b/makefile Thu Oct 15 23:14:53 2009 +0900 @@ -206,9 +206,9 @@ -x '*RCS/*' -x 'texinfo/*' RSYNCDIR = ${HOME}/http/yatex/rsync/yatex -sync: - @-mkdir ${PACKDIR} - @tar cf - ${PACK} | (cd ${PACKDIR}; tar xf -) - syncdir -A -x CVS ${PACKDIR} ${RSYNCDIR} - (cd ${RSYNCDIR}; cvs ci -m '') - rm -rf ${PACKDIR} +#sync: +# @-mkdir ${PACKDIR} +# @tar cf - ${PACK} | (cd ${PACKDIR}; tar xf -) +# syncdir -A -x CVS ${PACKDIR} ${RSYNCDIR} +# (cd ${RSYNCDIR}; cvs ci -m '') +# rm -rf ${PACKDIR}