Revise the message to be a little nicer.

Have the mail sent to the python-dev and Doc-SIG lists.
This commit is contained in:
Fred Drake 2000-10-29 13:21:45 +00:00
parent a33c566138
commit d34cfcb4c7
1 changed files with 6 additions and 3 deletions

View File

@ -20,8 +20,11 @@ if [ -f "$UPDATES" ] ; then
cd devel-docs || exit $? cd devel-docs || exit $?
(bzip2 -dc "$UPDATES" | tar xf -) || exit $? (bzip2 -dc "$UPDATES" | tar xf -) || exit $?
rm "$UPDATES" || exit $? rm "$UPDATES" || exit $?
Mail -s '[online doc updates]' fdrake@acm.org <<EOF Mail -s '[development doc updates]' \
Development version of documentation updated: python-dev@python.org doc-sig@python.org \
http://python.sourceforge.net/devel-docs/ <<EOF
The development version of the documentation has been updated:
http://python.sourceforge.net/devel-docs/
EOF EOF
fi fi