diff --git a/makefile b/makefile index 673b831..13ddd3c 100644 --- a/makefile +++ b/makefile @@ -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}