From d34cfcb4c7f677b9d3b358deee8ea37dd26bf21b Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sun, 29 Oct 2000 13:21:45 +0000 Subject: [PATCH] Revise the message to be a little nicer. Have the mail sent to the python-dev and Doc-SIG lists. --- Doc/tools/update-docs.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Doc/tools/update-docs.sh b/Doc/tools/update-docs.sh index 53b6fc5197a..01ebfdf3ad1 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 <