yatex

changeset 114:e106e877e4d8 dev

"make sync" was obsoleted.
author yuuji@gentei.org
date Thu, 15 Oct 2009 23:14:53 +0900
parents 4f0cb7114235
children d461ecc865d4
files makefile
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line diff
     1.1 --- a/makefile	Thu Oct 15 23:13:07 2009 +0900
     1.2 +++ b/makefile	Thu Oct 15 23:14:53 2009 +0900
     1.3 @@ -206,9 +206,9 @@
     1.4  	-x '*RCS/*' -x 'texinfo/*'
     1.5  
     1.6  RSYNCDIR	= ${HOME}/http/yatex/rsync/yatex
     1.7 -sync:	
     1.8 -	@-mkdir ${PACKDIR}
     1.9 -	@tar cf - ${PACK} | (cd ${PACKDIR}; tar xf -)
    1.10 -	syncdir -A -x CVS ${PACKDIR} ${RSYNCDIR}
    1.11 -	(cd ${RSYNCDIR}; cvs ci -m '')
    1.12 -	rm -rf ${PACKDIR} 
    1.13 +#sync:	
    1.14 +#	@-mkdir ${PACKDIR}
    1.15 +#	@tar cf - ${PACK} | (cd ${PACKDIR}; tar xf -)
    1.16 +#	syncdir -A -x CVS ${PACKDIR} ${RSYNCDIR}
    1.17 +#	(cd ${RSYNCDIR}; cvs ci -m '')
    1.18 +#	rm -rf ${PACKDIR}