[Python-checkins] python/dist/src/Doc/tools update-docs.sh, 1.10, 1.11

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Thu Jun 17 13:19:15 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30209

Modified Files:
	update-docs.sh 
Log Message:
make the tarball available for download instead of throwing it away


Index: update-docs.sh
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/update-docs.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** update-docs.sh	9 Aug 2002 22:56:46 -0000	1.10
--- update-docs.sh	17 Jun 2004 17:19:12 -0000	1.11
***************
*** 29,31 ****
  rmdir $TMPDIR
  rm -rf $DOCTYPE-temp || exit $?
! rm "$UPDATES" || exit $?
--- 29,31 ----
  rmdir $TMPDIR
  rm -rf $DOCTYPE-temp || exit $?
! mv "$UPDATES" python-docs-$DOCTYPE.tar.bz2 || exit $?




More information about the Python-checkins mailing list