[Python-checkins] CVS: python/dist/src/Doc/tools push-docs.sh,1.7,1.8 update-docs.sh,1.7,1.8

Fred L. Drake fdrake@users.sourceforge.net
Wed, 09 May 2001 09:33:36 -0700


Update of /cvsroot/python/python/dist/src/Doc/tools
In directory usw-pr-cvs1:/tmp/cvs-serv32058/tools

Modified Files:
	push-docs.sh update-docs.sh 
Log Message:

Update the directory names to match changes at SourceForge.


Index: push-docs.sh
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/push-docs.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** push-docs.sh	2001/04/22 06:20:31	1.7
--- push-docs.sh	2001/05/09 16:33:34	1.8
***************
*** 4,8 ****
  #  update-docs.sh script unpacks them into their final destination.
  
! TARGET=python.sourceforge.net:/home/users/fdrake/tmp
  
  ADDRESSES='python-dev@python.org doc-sig@python.org python-list@python.org'
--- 4,8 ----
  #  update-docs.sh script unpacks them into their final destination.
  
! TARGET=python.sourceforge.net:/home/users/f/fd/fdrake/tmp
  
  ADDRESSES='python-dev@python.org doc-sig@python.org python-list@python.org'

Index: update-docs.sh
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/update-docs.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** update-docs.sh	2001/04/22 06:20:31	1.7
--- update-docs.sh	2001/05/09 16:33:34	1.8
***************
*** 17,21 ****
  TMPDIR="$$-docs"
  
! cd /home/groups/python/htdocs || exit $?
  mkdir $TMPDIR || exit $?
  cd $TMPDIR || exit $?
--- 17,21 ----
  TMPDIR="$$-docs"
  
! cd /home/groups/p/py/python/htdocs || exit $?
  mkdir $TMPDIR || exit $?
  cd $TMPDIR || exit $?