summaryrefslogtreecommitdiffstats
path: root/Doc/tools/update-docs.sh
Commit message (Collapse)AuthorAgeFilesLines
* generalize a bit; no need to mention my user id directlyFred Drake2004-07-131-1/+1
|
* make the tarball available for download instead of throwing it awayFred Drake2004-06-171-1/+1
|
* Accomodate the packaging changes when we unpack into the dev/doc/ areaFred Drake2002-08-091-1/+2
| | | | on python.org.
* Update to push the docs to python.org instead of python.sf.net.Fred Drake2002-04-011-6/+6
|
* Update the directory names to match changes at SourceForge.Fred Drake2001-05-091-1/+1
|
* Update publish-to-SourceForge scripts to automatically determine if theFred Drake2001-04-221-4/+13
| | | | | branch is the head (development) branch or a maintenance brach, and use the appropriate target directory for each.
* Update the helper scripts that push development docs to SourceForge;Fred Drake2001-04-131-2/+2
| | | | | this version avoids having to build a separate authenticated connection to push the update-docs.sh script to SF.
* Revise the scripts I use to update the documentation on the SourceForgeFred Drake2001-03-021-29/+11
| | | | | | site. These now seem (slightly) more reliable, and easier to work with since update-docs.sh no longer needs to be installed ahead of time on my account at SF.
* Be more careful to avoid spurious output from the shell script thatFred Drake2001-02-141-1/+5
| | | | unpacks the development version of the docs on SF.
* Adjust to allow an explanation of the changes to be included in theFred Drake2000-11-301-1/+6
| | | | notification message.
* Revise the message to be a little nicer.Fred Drake2000-10-291-3/+6
| | | | Have the mail sent to the python-dev and Doc-SIG lists.
* Helper scripts used in published the "development" snapshots of theFred Drake2000-10-191-0/+27
Python documentation.