[Python-checkins] python/dist/src/Doc/tools update-docs.sh,
1.10.16.1, 1.10.16.2
fdrake at users.sourceforge.net
fdrake at users.sourceforge.net
Mon Jul 26 19:58:55 CEST 2004
Update of /cvsroot/python/python/dist/src/Doc/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26066/tools
Modified Files:
Tag: release23-maint
update-docs.sh
Log Message:
Save the uploaded documentation tarball (already done on the trunk).
Index: update-docs.sh
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/update-docs.sh,v
retrieving revision 1.10.16.1
retrieving revision 1.10.16.2
diff -C2 -d -r1.10.16.1 -r1.10.16.2
*** update-docs.sh 13 Jul 2004 17:09:54 -0000 1.10.16.1
--- update-docs.sh 26 Jul 2004 17:58:53 -0000 1.10.16.2
***************
*** 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