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 wrap: on
line diff
--- 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} 

yatex.org