summaryrefslogtreecommitdiffstats
path: root/Doc/tools/push-docs.sh
Commit message (Collapse)AuthorAgeFilesLines
* add another way to specify an alternate name for the documentation set,Fred Drake2004-11-131-1/+11
| | | | so that this is harder to forget to do for development of new styles
* fix accidental commitFred Drake2004-11-021-1/+0
|
* clarify discussion of iteration in the section on the "for" statementFred Drake2004-11-021-1/+2
| | | | (SF bug #829073)
* fix handling when a proper getopt(1) is available; the "--"Fred Drake2004-06-291-0/+4
| | | | end-of-options marker wasn't recognized
* Use getopt where possible, so this supports option letters that getFred Drake2004-06-171-1/+10
| | | | jammed together on thos platforms.
* - add link to the downloadable package in the generated emailFred Drake2004-06-171-2/+24
| | | | - misc. changes
* - change computation of VERSION to use tools/getversioninfo; this isFred Drake2003-09-281-4/+7
| | | | | more reliable than using the $Revision$ expansion - $RELEASE is no longer needed; we can just use $VERSION now
* Mark the notice about the new development version of the docs as not needingFred Drake2002-04-041-0/+1
| | | | to be archived. Most of these are pretty bland. ;-)
* Update to push the docs to python.org instead of python.sf.net.Fred Drake2002-04-011-3/+6
|
* No need to run make twice here.Fred Drake2001-10-251-1/+0
|
* Add option to push the development docs to SF without announcing, forFred Drake2001-08-081-2/+9
| | | | when the changes are just too small.
* Generate a more meaningful message regarding the type of the documentationFred Drake2001-07-121-1/+1
| | | | release being discussed.
* Change the way notification mails are sent so people who respond to theFred Drake2001-07-061-1/+5
| | | | | update announcements do not get bounces from trying to send mail to my laptop, which has an identity crisis due to constant relocation.
* Make the option processing more robust.Fred Drake2001-06-121-7/+31
| | | | | | | Add a -F option similar to "cvs commit -F <file>". Add a -t option to allow specifying the prefix to the directory into which the docs should be unpacked (useful when I start trying out new styles for the presentation).
* 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-3/+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-3/+3
| | | | | this version avoids having to build a separate authenticated connection to push the update-docs.sh script to SF.
* Remove debugging "set -x".Fred Drake2001-03-031-3/+0
|
* Revise the scripts I use to update the documentation on the SourceForgeFred Drake2001-03-021-8/+30
| | | | | | 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.
* Adjust to allow an explanation of the changes to be included in theFred Drake2000-11-301-1/+7
| | | | notification message.
* Make this actually work now that the tool is checked in here instead ofFred Drake2000-10-241-0/+1
| | | | just sitting around in my working directory.
* Helper scripts used in published the "development" snapshots of theFred Drake2000-10-191-0/+16
Python documentation.