From: Fred Drake Date: Sun, 29 Oct 2000 13:21:45 +0000 (+0000) Subject: Revise the message to be a little nicer. X-Git-Tag: v2.1a1~784 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d34cfcb4c7f677b9d3b358deee8ea37dd26bf21b;p=python Revise the message to be a little nicer. Have the mail sent to the python-dev and Doc-SIG lists. --- diff --git a/Doc/tools/update-docs.sh b/Doc/tools/update-docs.sh index 53b6fc5197..01ebfdf3ad 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 <