summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-29 13:21:45 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-29 13:21:45 (GMT)
commitd34cfcb4c7f677b9d3b358deee8ea37dd26bf21b (patch)
treefba567f06b43cf14b811b7126e0ccc0c8147988b /Doc
parenta33c56613823888352246d25a2a917c3cc3422d0 (diff)
downloadcpython-d34cfcb4c7f677b9d3b358deee8ea37dd26bf21b.zip
cpython-d34cfcb4c7f677b9d3b358deee8ea37dd26bf21b.tar.gz
cpython-d34cfcb4c7f677b9d3b358deee8ea37dd26bf21b.tar.bz2
Revise the message to be a little nicer.
Have the mail sent to the python-dev and Doc-SIG lists.
Diffstat (limited to 'Doc')
-rwxr-xr-xDoc/tools/update-docs.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/Doc/tools/update-docs.sh b/Doc/tools/update-docs.sh
index 53b6fc5..01ebfdf 100755
--- a/Doc/tools/update-docs.sh
+++ b/Doc/tools/update-docs.sh
@@ -20,8 +20,11 @@ if [ -f "$UPDATES" ] ; then
cd devel-docs || exit $?
(bzip2 -dc "$UPDATES" | tar xf -) || exit $?
rm "$UPDATES" || exit $?
- Mail -s '[online doc updates]' fdrake@acm.org <<EOF
-Development version of documentation updated:
-http://python.sourceforge.net/devel-docs/
+ Mail -s '[development doc updates]' \
+ python-dev@python.org doc-sig@python.org \
+ <<EOF
+The development version of the documentation has been updated:
+
+ http://python.sourceforge.net/devel-docs/
EOF
fi